IXtfEnumerateConsolesCallback::OnConsoleFound Method

Called when a development console is discovered during an IXtfConsoleManager::EnumerateConsoles operation.

Syntax

public:
HRESULT OnConsoleFound(
         const XTFCONSOLEDATA *pConsoleData
)  

Parameters

pConsoleData
Type: XTFCONSOLEDATA *

Pointer that receives an XTFCONSOLEDATA structure that contains information about the console that was discovered.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfconsolemanager.h.

Library: Use xtfconsolemanager.lib.