IBDA_Topology::GetPinTypes method (bdaiface.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The GetPinTypes method retrieves a list of all the pin types in the template topology for this filter and network type.
Syntax
HRESULT GetPinTypes(
[out] ULONG *pulcPinTypes,
[in] ULONG ulcPinTypesMax,
[out] ULONG [] rgulPinTypes
);
Parameters
[out] pulcPinTypes
Pointer to a value that receives the number of pin types in the list.
[in] ulcPinTypesMax
The maximum number of pin types that can be held by the rgulPinTypes buffer.
[out] rgulPinTypes
Pointer to a buffer to receive the list of pin types.
Return value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | bdaiface.h |