DestroyWindow
C# Signature:
[DllImport("user32.dll")]
static extern bool DestroyWindow(IntPtr hWnd);
VB Signature:
Declare Function DestroyWindow Lib "user32.dll" (hWnd As IntPtr) As Boolean
Última actualización
[DllImport("user32.dll")]
static extern bool DestroyWindow(IntPtr hWnd);
Declare Function DestroyWindow Lib "user32.dll" (hWnd As IntPtr) As Boolean
Última actualización