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