![]() |
Previous | Next |
The GetCurrentPreset method gets the current preset, by number, from the visualization and provides it to Windows Media Player.
Syntax
HRESULT GetCurrentPreset(
Long *currentpreset
);
Parameters
currentpreset
[in] Long value specifying the current preset, by number.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also
Previous | Next |