Metodo IDebugClient3::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 è stato eseguito correttamente.

Commenti

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

Requisiti

Requisito Valore
Piattaforma di destinazione Desktop
Intestazione dbgeng.h (include Dbgeng.h)

Vedi anche

GetOutputMask

Idebugclient

IDebugClient2

IDebugClient3

IDebugClient4

IDebugClient5

SetOtherOutputMask