XtfCreateConsoleControlClient
Initializes a new instance of the IXtfConsoleControlClient interface with the specified address.Syntax
Parameters
pszAddressType: LPCWSTR A pointer to the tools IP address of the development console to use for the new IXtfConsoleControlClient instance. riid
Type: REFIID The pointer to receive the instance identifier of the newly created IXtfConsoleControlClient instance. ppvObject
Type: void** The pointer to receive a reference to the newly created IXtfConsoleControlClient instance.
Return value
Type: HRESULT ReturnsS_OK if successful; otherwise, returns an HRESULT error code.
Remarks
This function creates and attaches a new instance of IXtfConsoleControlClient to the console specified inpszAddress. You can then use the new IXtfConsoleControlClient instance to retrieve information, such as configuration settings, system time, or currently running processes, from the console. You can also set configuration values, generate stack dumps, or shut down the console.
For more information about available tool and automation APIs, such as XBOX Tools Framework (XTF), see Tool and automation APIs (NDA topic).
Requirements
Header: xtfconsolecontrol.h Library: xtfconsolecontrol.lib Supported platforms: Windows (for XBOX console tools)See also
XtfConsoleControlXBOX Tools Framework
