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