Microsoft DirectX 9.0 |
The GetTemplateConnections method retrieves a list of all template connections that appear in the template topology for this filter and network type.
Syntax
HRESULT GetTemplateConnections(
ULONG* pulcConnections,
ULONG ulcConnectionsMax,
BDA_TEMPLATE_CONNECTION rgConnections[]
);
Parameters
pulcConnections
[out] Pointer to a value to receive the number of connections in the list.
ulcConnectionsMax
[in] The maximum number of connections that can be held by the rgConnections[] buffer.
rgConnections[]
[out] Pointer to a buffer that receives the list of connections.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also