Process Hacker
_PH_CALLBACK_REGISTRATION Struct Reference

A callback registration structure. More...

#include <phbase.h>

Data Fields

LIST_ENTRY ListEntry
 The list entry in the callbacks list.
 
PPH_CALLBACK_FUNCTION Function
 The callback function.
 
PVOID Context
 A user-defined value to be passed to the callback function.
 
LONG Busy
 A value indicating whether the registration structure is being used.
 
BOOLEAN Unregistering
 Whether the registration structure is being removed.
 
BOOLEAN Reserved
 
USHORT Flags
 Flags controlling the callback.
 

Detailed Description

A callback registration structure.

Definition at line 3222 of file phbase.h.

Field Documentation

LONG Busy

A value indicating whether the registration structure is being used.

Definition at line 3233 of file phbase.h.

PVOID Context

A user-defined value to be passed to the callback function.

Definition at line 3230 of file phbase.h.

USHORT Flags

Flags controlling the callback.

Definition at line 3239 of file phbase.h.

The callback function.

Definition at line 3227 of file phbase.h.

LIST_ENTRY ListEntry

The list entry in the callbacks list.

Definition at line 3225 of file phbase.h.

BOOLEAN Reserved

Definition at line 3237 of file phbase.h.

BOOLEAN Unregistering

Whether the registration structure is being removed.

Definition at line 3236 of file phbase.h.


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