Condividi tramite


Metodo IDebugClient2::GetOtherOutputMask (dbgeng.h)

Il metodo GetOtherOutputMask restituisce la maschera di output per un altro client.

Sintassi

HRESULT GetOtherOutputMask(
  [in]  PDEBUG_CLIENT Client,
  [out] PULONG        Mask
);

Parametri

[in] Client

Specifica il client la cui maschera di output è desiderata.

[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

GetOutputMask

IDebugClient

IDebugClient2

IDebugClient3

IDebugClient4

IDebugClient5

SetOtherOutputMask