IDiaSymbol::get_hasDebugInfoIDiaSymbol::get_hasDebugInfo
Récupère un indicateur qui spécifie si le Compiland contient des informations de débogage.Retrieves a flag that specifies if the Compiland contains debugging information.
SyntaxeSyntax
HRESULT get_hasDebugInfo(
BOOL *pFlag
);
ParamètresParameters
pFlag
[out] Retourne TRUE
si le module contient des informations de débogage ; sinon, retourne FALSE
.[out] Returns TRUE
if the compiland contains debugging information; otherwise, returns FALSE
.
Valeur de retourReturn Value
En cas de réussite, retourne S_OK
; sinon, retourne S_FALSE
ou un code d’erreur.If successful, returns S_OK
; otherwise, returns S_FALSE
or an error code.
Note
La valeur de retour S_FALSE
signifie que la propriété n’est pas disponible pour le symbole.A return value of S_FALSE
means that the property is not available for the symbol.
SpécificationsRequirements
SpécificationRequirement | DescriptionDescription |
---|---|
En-tête :Header: | dia2.hdia2.h |
Version :Version: | DIA SDK 8.0DIA SDK v8.0 |