Condividi tramite


Metodo ISymUnmanagedScope::GetChildren

Ottiene gli elementi figlio di questo ambito.

HRESULT GetChildren(
    [in]  ULONG32  cChildren,
    [out] ULONG32  *pcChildren,
    [out, size_is(cChildren),
        length_is(*pcChildren)] ISymUnmanagedScope* children[]);

Parametri

  • cChildren
    [in] Oggetto ULONG32 che indica la dimensione della matrice children.

  • pcChildren
    [out] Puntatore a un oggetto ULONG32 che riceve la dimensione del buffer necessario per contenere gli elementi figlio.

  • children
    [out] Matrice di elementi figlio restituita.

Valore restituito

S_OK se il metodo viene eseguito correttamente; in caso contrario, restituisce E_FAIL o un altro codice di errore.

Requisiti

Intestazione: CorSym.idl, CorSym.h

Vedere anche

Riferimenti

Interfaccia ISymUnmanagedScope

Metodo ISymUnmanagedScope::GetParent