Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- pProtocol
[out] Returns one of the values from the CONNECTION_PROTOCOL enumeration.
Return Value
If successful, returns S_OK; otherwise, returns error code.