Previous |
The SACGetProtocols method is used by a component to discover the authentication protocols supported by another component.
Syntax
HRESULT SACGetProtocols(
DWORD** ppdwProtocols,
DWORD* pdwProtocolCount
);
Parameters
ppdwProtocols
[out] Pointer to an array of supported protocols. For this version of Windows Media Device Manager, it is a single-element DWORD array containing the value SAC_PROTOCOL_V1.
pdwProtocolCount
[out] Pointer to a double word containing the number of protocols returned in ppdwProtocols. The number is always 1 for this version.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns E_FAIL.
See Also
Previous |