REGISTER.ID
Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered
Syntax
REGISTER.ID(module_text, procedure, [type_text])
Parameters
- module_text: Required. The name of the DLL that contains the procedure (on Windows) or the code resource (on Mac)
- procedure: Required. The name of the procedure in the DLL or code resource
- type_text: Optional. Text specifying the data type of the return value and the data types of all arguments to the DLL or code resource
Example
=REGISTER.ID("User32", "GetTickCount")