Type__ERequestResultType - MartinDrab/IRPMon GitHub Wiki
_ERequestResultType enum
Summary
Determines the type returned in the Result union of the @link(REQUEST_HEADER) structure.
Definition
typedef enum _ERequestResultType {
rrtUndefined = 0,
rrtNTSTATUS = 1,
rrtBOOLEAN = 2,
} ERequestResultType, *PERequestResultType;
Values
rrtUndefined
The result value is either not yet initialized, or not defined for a given request type.
rrtNTSTATUS
The type is NTSTATUS.
rrtBOOLEAN
The type is BOOLEAN.
Requirements
Header | general-types.h |