Function GetProcAddress [src]
Prototype
pub extern "kernel32" fn GetProcAddress( hModule: HMODULE, lpProcName: LPCSTR, ) callconv(.winapi) ?FARPROC Parameters
hModule: HMODULElpProcName: LPCSTR Source
pub extern "kernel32" fn GetProcAddress(
hModule: HMODULE,
lpProcName: LPCSTR,
) callconv(.winapi) ?FARPROC