Extends the DebugPropertyInfo structure with additional members to characterize the extended property.

typedef struct ExtendedDebugPropertyInfo{
   DBGPROP_INFO_FLAGS  dwValidFields;
   LPOLESTR  bstrName;
   LPOLESTR  bstrType;
   LPOLESTR  bstrValue;
   LPOLESTR  bstrFullName;
   DBGPROP_ATTRIB_FLAGS  dwAttrib;
   IDebugProperty*  pDebugProp;
   DWORD  nDISPID;
   DWORD  nType;
   VARIANT  varValue;
   ILockBytes*  plbValue;
   IDebugExtendedProperty*  pDebugExtProp;
};

Expand imageMembers

Expand imageSee Also