Previous | Next |
The GetNetworkProtocol method retrieves the network protocol that the network sink will use.
Syntax
HRESULT GetNetworkProtocol(
WMT_NET_PROTOCOL* pProtocol
);
Parameters
pProtocol
[out] Pointer to WMT_NET_PROTOCOL enumeration type value containing the network protocol.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also
Previous | Next |