ReactOS 0.4.15-dev-7958-gcd0bb1a
_CALLBACK_OBJECT Struct Reference

#include <extypes.h>

Collaboration diagram for _CALLBACK_OBJECT:

Public Attributes

ULONG Signature
 
KSPIN_LOCK Lock
 
LIST_ENTRY RegisteredCallbacks
 
BOOLEAN AllowMultipleCallbacks
 
UCHAR reserved [3]
 

Detailed Description

Definition at line 510 of file extypes.h.

Member Data Documentation

◆ AllowMultipleCallbacks

BOOLEAN _CALLBACK_OBJECT::AllowMultipleCallbacks

Definition at line 515 of file extypes.h.

◆ Lock

KSPIN_LOCK _CALLBACK_OBJECT::Lock

Definition at line 513 of file extypes.h.

Referenced by ExUnregisterCallback().

◆ RegisteredCallbacks

LIST_ENTRY _CALLBACK_OBJECT::RegisteredCallbacks

Definition at line 514 of file extypes.h.

◆ reserved

UCHAR _CALLBACK_OBJECT::reserved[3]

Definition at line 516 of file extypes.h.

◆ Signature

ULONG _CALLBACK_OBJECT::Signature

Definition at line 512 of file extypes.h.


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