HANDLE_FLAG_PROTECT_FROM_CLOSE top-level constant

int const HANDLE_FLAG_PROTECT_FROM_CLOSE

If this flag is set, calling the CloseHandle function will not close the object handle.

Implementation

const HANDLE_FLAG_PROTECT_FROM_CLOSE = 0x00000002;