예제 #1
0
 internal static extern IntPtr GetProcAddress(ModuleSafeHandle hModule, string lpProcName);
 public DeskbandWarningDialogHook()
 {
     _module = NativeMethods.LoadLibrary(HookLibrary);
 }
예제 #3
0
 internal static extern IntPtr GetProcAddress(ModuleSafeHandle hModule, string lpProcName);