Retrieves the address of a function or variable exported from the given RSL.
FARPROC GetProcAddress(
    HMODULE hModule,
    LPCSTR lpProcName
);
hModule 
lpProcName 
This function is implemented via the INtime GetRtProcAddress function.
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/rt/include/winbase.h | windows.h | iwin32.lib | 
Note
This function operates in the real-time portion of your application.