Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- pulcPinTypes [out] 
 Pointer to a value that receives the number of pin types in the list.
- ulcPinTypesMax [in] 
 The maximum number of pin types that can be held by the rgulPinTypes buffer.
- rgulPinTypes [out] 
 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
| 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