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.
This topic applies to Windows Vista.
The get_SupportedDeviceNodeTypes method retrieves a list of the device node types that the demodulator supports.
Syntax
HRESULT get_SupportedDeviceNodeTypes(
[in] ULONG ulcDeviceNodeTypesMax,
[out] ULONG *pulcDeviceNodeTypes,
[in, out] GUID *pguidDeviceNodeTypes
);
Parameters
ulcDeviceNodeTypesMax [in]
Specifies the size of the pguidDeviceNodeTypes array.pulcDeviceNodeTypes [out]
If pguidDeviceNodeTypes is NULL, receives the number of device node types that the demodulator supports. If pguidDeviceNodeTypes is not NULL, receives the number of node types that were copied into the pguidDeviceNodeTypes array.pguidDeviceNodeTypes [in, out]
Pointer to an array of GUIDs, or NULL.
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
If pguidDeviceNodeTypes is NULL, the method returns the number of supported node types in the pulcDeviceNodeTypes parameter. Otherwise, the method copies the node types into the pguidDeviceNodeTypes array, up to a maximum of ulcDeviceNodeTypesMax.
Requirements
Header | Declared in Bdaiface.h. |
See Also
IBDA_AutoDemodulateEx Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008