ReactOS 0.4.16-dev-1520-gb558596
_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 681 of file extypes.h.

Member Data Documentation

◆ AllowMultipleCallbacks

BOOLEAN _CALLBACK_OBJECT::AllowMultipleCallbacks

Definition at line 686 of file extypes.h.

◆ Lock

KSPIN_LOCK _CALLBACK_OBJECT::Lock

Definition at line 684 of file extypes.h.

Referenced by ExUnregisterCallback().

◆ RegisteredCallbacks

LIST_ENTRY _CALLBACK_OBJECT::RegisteredCallbacks

Definition at line 685 of file extypes.h.

◆ reserved

UCHAR _CALLBACK_OBJECT::reserved[3]

Definition at line 687 of file extypes.h.

◆ Signature

ULONG _CALLBACK_OBJECT::Signature

Definition at line 683 of file extypes.h.


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