Condividi tramite


Metodo IDebugSymbols5::SetScopeFrameByIndexEx (dbgeng.h)

Imposta il frame corrente utilizzando 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 il frame.

Valore restituito

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

Fabbisogno

Requisito Valore
piattaforma di destinazione Finestre
intestazione dbgeng.h (include Dbgeng.h)

Vedere anche

IDebugSymbols5