mikledet
December 22nd, 2002, 05:34 PM
Hi All,
Through the API viewer, one can see - API function decleration, and API sub's declerations...
In VB I found this on MSDN about the differnace between function and sub routine:
quote:
--------------------------------------------------------------------------------
A Sub procedure differs from a Function procedure in that a Sub procedure cannot be called by using its name within an expression. A call to a Sub is a stand-alone statement. Also, a Sub does not return a value in its name as does a function. However, like a Function, a Sub can modify the values of any variables passed to it.
--------------------------------------------------------------------------------
Now, the API's are written in C, are there sub routines in C??
Thanks in advance
Dani.
Through the API viewer, one can see - API function decleration, and API sub's declerations...
In VB I found this on MSDN about the differnace between function and sub routine:
quote:
--------------------------------------------------------------------------------
A Sub procedure differs from a Function procedure in that a Sub procedure cannot be called by using its name within an expression. A call to a Sub is a stand-alone statement. Also, a Sub does not return a value in its name as does a function. However, like a Function, a Sub can modify the values of any variables passed to it.
--------------------------------------------------------------------------------
Now, the API's are written in C, are there sub routines in C??
Thanks in advance
Dani.