IBDA_Topology::GetTemplateConnections Method
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(
[out] ULONG *pulcConnections,
[in] ULONG ulcConnectionsMax,
[out] 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 Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header | Declared in Bdaiface.h. |
See Also
Error and Success Codes
IBDA_Topology Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008