![]() |
Previous | Next |
The GetPresetCount method gets the preset count.
Syntax
HRESULT GetPresetCount(
Long *count
);
Parameters
count
[out] Long value specifying the preset count.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Remarks
Called by Windows Media Player to obtain the number of presets contained by the visualization.
See Also
Previous | Next |