IDebugExtendedProperty::GetExtendedPropertyInfoIDebugExtendedProperty::GetExtendedPropertyInfo
Extrait des informations étendues pour une propriété étendue, qui est le plus d’informations que le plus simple IDebugProperty
.Fetches extended information for an extended property, which is more information than the simpler IDebugProperty
.
SyntaxeSyntax
HRESULT GetExtendedPropertyInfo(
EX_DBGPROP_INFO_FLAGS dwFieldSpec,
UINT nRadix,
ExtendedDebugPropertyInfo* pExtendedPropertyInfo
);
ParamètresParameters
dwFieldSpec
[in] Spécifie les constantes EX_DBGPROP_INFO_FLAGS qui déterminent les champs à compléter le ExtendedDebugPropertyInfo
structure.[in] Specifies the EX_DBGPROP_INFO_FLAGS constants that determine the fields to be filled out in the ExtendedDebugPropertyInfo
structure.
nRadix
[in] Base pour être utilisées pour interpréter toutes les informations numériques.[in] Radix to be used in interpreting any numerical information.
pExtendedPropertyInfo
[out] Retourne le ExtendedDebugPropertyInfo
structure qui décrit la propriété.[out] Returns the ExtendedDebugPropertyInfo
structure that describes the property.
Valeur de retourReturn Value
Retourne une liste valide HRESULT
, généralement S_OK
.Returns a valid HRESULT
, typically S_OK
.
Voir aussiSee Also
IDebugExtendedProperty (Interface) IDebugExtendedProperty Interface
EX_DBGPROP_INFO_FLAGS EX_DBGPROP_INFO_FLAGS
Structure ExtendedDebugPropertyInfoExtendedDebugPropertyInfo Structure
Commentaires
Nous aimerions avoir votre avis. Choisissez le type d’avis que vous souhaitez fournir :
Notre système de commentaires est basé sur l’infrastructure de problèmes GitHub. Apprenez-en davantage sur notre blog.
Chargement du commentaire...