IDiaFrameData::get_type
Recupera il tipo di frame specifico del compilatore.
Sintassi
HRESULT get_type (
DWORD* pRetVal
);
Parametri
pRetVal
[out] Restituisce un valore dall'enumerazione StackFrameTypeEnum Enumeration che indica il tipo di frame specifico del compilatore.
Valore restituito
Se l'esito è positivo, restituisce S_OK
. Restituisce S_FALSE
se questa proprietà non è supportata. In caso contrario, verrà restituito un codice di errore.