Esempio n. 1
0
 internal static extern void Shutdown(IntPtr h, tagShutdownType how);
Esempio n. 2
0
 internal static extern void Shutdown(IntPtr h, tagShutdownType how);
Esempio n. 3
0
 public void Shutdown(tagShutdownType st)
 {
     ClientCoreLoader.Shutdown(m_h, st);
 }