api viewer

  • Thread starter Thread starter Vishruth
  • Start date Start date
V

Vishruth

I really dont have idea about API.Pls if anyone could pass
me the information I would appreciate it.Thank you.
 
Is there a specific API you want to call? Perhaps we can help with one.. or
two.
 
Hi Vishruth,

A little advice, if you don't know what an API is, don't start to use it.
Try first do the things with managed code (standard methods)
If you know that very well you soon enough see why you should use API's.

That is mostly in the situations, where you want to do something very
special.

With Api's you give direct comands to the OS.

While the managed code does that for you, because it is the translator from
your problem in something the OS has to do.

I hope this helps a little bit?

Cor
 
* "Vishruth said:
I really dont have idea about API.Pls if anyone could pass
me the information I would appreciate it.Thank you.

I think your question is too general. Maybe you want to read the
documentation for the 'Declare' statement (and the "See Also" links on
bottom of the page too).
 
Back
Top