Share via


IDebugCoreServer3::GetConnectionProtocol

Returns a value indicating the protocol that is being used to communicate between the server and the debug package.

HRESULT GetConnectionProtocol(
   CONNECTION_PROTOCOL* pProtocol
);
int GetConnectionProtocol(
   CONNECTION_PROTOCOL[] pProtocol
);

Parameters

Return Value

If successful, returns S_OK; otherwise, returns error code.

See Also

Reference

IDebugCoreServer3

CONNECTION_PROTOCOL