kmUTANT 結構 (wdm.h)
語法
typedef struct _KMUTANT {
DISPATCHER_HEADER Header;
LIST_ENTRY MutantListEntry;
struct _KTHREAD *OwnerThread;
union {
UCHAR MutantFlags;
struct {
UCHAR Abandoned : 1;
UCHAR Spare1 : 7;
} DUMMYSTRUCTNAME;
} DUMMYUNIONNAME;
UCHAR ApcDisable;
} KMUTANT, *PKMUTANT, *PRKMUTANT, KMUTEX, *PKMUTEX, *PRKMUTEX;
成員
Header
MutantListEntry
OwnerThread
DUMMYUNIONNAME
DUMMYUNIONNAME.MutantFlags
DUMMYUNIONNAME.DUMMYSTRUCTNAME
DUMMYUNIONNAME.DUMMYSTRUCTNAME.Abandoned
DUMMYUNIONNAME.DUMMYSTRUCTNAME.Spare1
ApcDisable
規格需求
需求 | 值 |
---|---|
標頭 | wdm.h |