Condividi tramite


Metodo IDebugSymbols5::SetScopeFrameByIndexEx (dbgeng.h)

Imposta il frame corrente usando un indice.

Sintassi

HRESULT SetScopeFrameByIndexEx(
  [in] ULONG Flags,
  [in] ULONG Index
);

Parametri

[in] Flags

Set di bit che contiene opzioni che influiscono sul comportamento di questo metodo.

[in] Index

Indice in base al quale impostare la cornice.

Valore restituito

Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Requisiti

Requisito Valore
Piattaforma di destinazione Windows
Intestazione dbgeng.h (includere Dbgeng.h)

Vedi anche

IDebugSymbols5