Condividi tramite


IDiaSymbol::get_framePointerPresent

Recupera un flag che specifica se il puntatore al frame è presente. Utilizzare quando l'enumerazione SymTagEnum è impostata su SymTagFunction.

Sintassi

HRESULT get_framePointerPresent( 
   BOOL* pRetVal
);

Parametri

pRetVal

[out]] Restituisce TRUE se il puntatore al frame è presente; in caso contrario, restituisce FALSE.

Valore restituito

Se ha esito positivo, restituisce S_OK; in caso contrario, restituisce S_FALSE o un codice di errore.

Nota

Un valore restituito indica S_FALSE che la proprietà non è disponibile per il simbolo.

Osservazioni:

Requisiti

Intestazione: Dia2.h

Libreria: diaguids.lib

DLL: msdia100.dll

Vedi anche