Skip to content

Type__ERequestResultType

Martin Drab edited this page Mar 20, 2020 · 3 revisions

_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

General

For Users-Developers

Tutorial

Public API

Functions

Types

Clone this wiki locally