IDeviceModelPlugIn::GetNumChannels
Returns the number of device channels in the parameter pNumChannels.
HRESULT IDeviceModelPlugIn::GetNumChannels(
[out] UINT *pNumChannels);
Parameters
- *pNumChannels
A pointer to an unsigned integer representing the number of color channels for your device.
Return Values
If this function succeeds, the return value is S_OK.
If this function fails, the return value is E_FAIL.
Requirements
** Windows Vista:** Included in Windows Vista and later.
** Header:** Declared in WcsPlugIn.h.