GetProcAddress
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.FunctionPtr)]
public static extern IntPtr GetProcAddress(
IntPtr hModule,
string lpProcName
);
Microsoft documentation: Link
Last updated
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.FunctionPtr)]
public static extern IntPtr GetProcAddress(
IntPtr hModule,
string lpProcName
);
Microsoft documentation: Link
Last updated