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