Exemplo n.º 1
0
 internal static extern IntPtr GetProcAddress(SafeLibraryHandle hModule, string lpProcName);
Exemplo n.º 2
0
 internal static extern bool EnumResourceNamesW(SafeLibraryHandle hModule, string lpszType, EnumResNameDelegate lpEnumFunc, IntPtr lParam);