static extern bool GetHandleInformation(IntPtr hObject, out uint lpdwFlags);
bool result = GetHandleInformation(handle, out flags);