หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Flags to GetRawValue/EnumerateRawValues.
Syntax
typedef enum RawSearchFlags {
RawSearchNone,
RawSearchNoBases
} ;
Constants
RawSearchNone There are no search flags. RawSearchNone = 0x00000000, |
RawSearchNoBases Indicates 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 |