Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Used to specify DebugPropertyInfo fields
Syntax
enum {
DBGPROP_INFO_NAME =0x001,
DBGPROP_INFO_TYPE =0x002,
DBGPROP_INFO_VALUE =0x004,
DBGPROP_INFO_FULLNAME =0x020,
DBGPROP_INFO_ATTRIBUTES =0x008,
DBGPROP_INFO_DEBUGPROP =0x010,
DBGPROP_INFO_AUTOEXPAND =0x8000000
};
Members
DBGPROP_INFO_NAME
Initializes the bstrName field.
DBGPROP_INFO_TYPE
Initializes the bstrType field.
DBGPROP_INFO_VALUE
Initializes the bstrValue field.
DBGPROP_INFO_FULLNAME
Initializes the bstrFullName field.
DBGPROP_INFO_ATTRIBUTES
Initializes the dwAttrib field.
DBGPROP_INFO_DEBUGPROP
Initializes the pDebugProp field that contains an IDebugProperty interface.
DBGPROP_INFO_AUTOEXPAND
Specifies that the value field should contain the auto-expanded value, if available, for this type of object.