Exemple #1
0
 private static int key(IntPtr keyInfoPtr)
 {
     return(TccEventManager.Key(keyInfoPtr));
 }
Exemple #2
0
 private static IntPtr GetPluginInfo(IntPtr hModule)
 {
     return(TccEventManager.GetPluginInfo(hModule));
 }
Exemple #3
0
 private static int ShutdownPlugin(int bEndProcess)
 {
     return(TccEventManager.ShutdownPlugin(bEndProcess));
 }
Exemple #4
0
 private static int InitializePlugin()
 {
     return(TccEventManager.InitializePlugin());
 }