[This is preliminary documentation and subject to change.]
The msbdnOutputGetValueCount function retrieves the upper bound on the number of indexes of configuration values that the virtual interface DLL supports.
HRESULT msbdnOutputGetValueCount(
IN MSBDN_OUTPUT_SUBSYSTEM *Subsystem,
OUT DWORD *ValueCount
);
Should always return zero for a successful status.
The MMR calls msbdnOutputGetValueCount to obtain the number of dynamic configuration parameters the output system might support. For example, if an output system supports a serial-port value, a bit-rate value, and a framing-mode value, msbdnOutputGetValueCount should store the number three in the memory to which the ValueCount parameter points.
msbdnOutputGetValue, MSBDN_OUTPUT_SUBSYSTEM