|
LIB Statement |
|
|
LIB library
Use with DECLARE to designate that a declared function resides in the specified library
Example:
DECLARE FUNCTION GetVersionEx LIB kernel ALIAS "GetVersionExA"_ ( BYREF info AS INTEGER ) AS INTEGER
|