ReactOS 0.4.15-dev-7958-gcd0bb1a
_COUNTED_REASON_CONTEXT Struct Reference

#include <potypes.h>

Collaboration diagram for _COUNTED_REASON_CONTEXT:

Public Attributes

ULONG Version
 
ULONG Flags
 
union {
   struct {
      UNICODE_STRING   ResourceFileName
 
      USHORT   ResourceReasonId
 
      ULONG   StringCount
 
      PUNICODE_STRING   ReasonStrings
 
   }   DUMMYSTRUCTNAME
 
   UNICODE_STRING   SimpleString
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 184 of file potypes.h.

Member Data Documentation

◆ 

_ANONYMOUS_STRUCT struct { ... } _COUNTED_REASON_CONTEXT::DUMMYSTRUCTNAME

◆ 

_ANONYMOUS_UNION union { ... } _COUNTED_REASON_CONTEXT::DUMMYUNIONNAME

◆ Flags

ULONG _COUNTED_REASON_CONTEXT::Flags

Definition at line 186 of file potypes.h.

◆ ReasonStrings

PUNICODE_STRING _COUNTED_REASON_CONTEXT::ReasonStrings

Definition at line 192 of file potypes.h.

◆ ResourceFileName

UNICODE_STRING _COUNTED_REASON_CONTEXT::ResourceFileName

Definition at line 189 of file potypes.h.

◆ ResourceReasonId

USHORT _COUNTED_REASON_CONTEXT::ResourceReasonId

Definition at line 190 of file potypes.h.

◆ SimpleString

UNICODE_STRING _COUNTED_REASON_CONTEXT::SimpleString

Definition at line 194 of file potypes.h.

◆ StringCount

ULONG _COUNTED_REASON_CONTEXT::StringCount

Definition at line 191 of file potypes.h.

◆ Version

ULONG _COUNTED_REASON_CONTEXT::Version

Definition at line 185 of file potypes.h.


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