Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Flags to GetRawValue/EnumerateRawValues.
Syntax
typedef enum RawSearchFlags {
RawSearchNone,
RawSearchNoBases
} ;
Constants
RawSearchNoneThere are no search flags. RawSearchNone = 0x00000000, |
RawSearchNoBasesIndicates that the search should not recurse to base children (e.g.: base classes). Only names/typeswhich are in the object itself should be returned. RawSearchNoBases = 0x00000001, |
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |