CloseHandle
[DllImport("coredll.dll", SetLastError = true)]
public static extern bool CloseHandle(
IntPtr hObject
);Last updated
[DllImport("coredll.dll", SetLastError = true)]
public static extern bool CloseHandle(
IntPtr hObject
);Last updated