ReactOS 0.4.15-dev-7788-g1ad9096
_KMUTANT Struct Reference

#include <ketypes.h>

Collaboration diagram for _KMUTANT:

Public Attributes

DISPATCHER_HEADER Header
 
LIST_ENTRY MutantListEntry
 
struct _KTHREAD *RESTRICTED_POINTER OwnerThread
 
BOOLEAN Abandoned
 
UCHAR ApcDisable
 

Detailed Description

Definition at line 840 of file ketypes.h.

Member Data Documentation

◆ Abandoned

BOOLEAN _KMUTANT::Abandoned

Definition at line 844 of file ketypes.h.

Referenced by KeRundownThread(), and NtQueryMutant().

◆ ApcDisable

UCHAR _KMUTANT::ApcDisable

Definition at line 845 of file ketypes.h.

Referenced by KeRundownThread().

◆ Header

DISPATCHER_HEADER _KMUTANT::Header

◆ MutantListEntry

LIST_ENTRY _KMUTANT::MutantListEntry

Definition at line 842 of file ketypes.h.

Referenced by KeRundownThread().

◆ OwnerThread


The documentation for this struct was generated from the following file: