Describes an object of a hierarchical nature that has name, type, and value. It is used to describe the debug properties of local variables, parameters, watch variables and expressions, and registers.

typedef struct DebugPropertyInfo{
   DBGPROP_INFO_FLAGS  dwValidFields;
   BSTR  bstrName;
   BSTR  bstrType;
   BSTR  bstrValue;
   BSTR  bstrFullName;
   DBGPROP_ATTRIB_FLAGS  dwAttrib;
   IDebugProperty*  pDebugProp;
};

Expand imageMembers

Expand imageSee Also