Condividi tramite


Metodo IDebugClient5::GetOutputMask (dbgeng.h)

Il metodo GetOutputMask restituisce la maschera di output attualmente impostata per il client.

Sintassi

HRESULT GetOutputMask(
  [out] PULONG Mask
);

Parametri

[out] Mask

Riceve la maschera di output per il client. Per informazioni dettagliate su come interpretare questo valore, vedere DEBUG_OUTPUT_XXX.

Valore restituito

Questo metodo può anche restituire valori di errore. Per altri dettagli, vedere valori restituiti.

Codice restituito Descrizione
S_OK
Il metodo ha avuto esito positivo.

Osservazioni

Per una panoramica dell'output nel motore del debugger, vedere input e output.

Fabbisogno

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

Vedere anche

GetOtherOutputMask

IDebugClient

IDebugClient2

IDebugClient3

IDebugClient4

IDebugClient5

SetOutputMask