Share via


Windows Media Player 11 SDK Changing PresetsĀ 

Windows Media Player SDK banner art

Previous Next

Changing Presets

The following preset code sections were changed to allow three presets:

GetPresetTitle

This code was inserted in place of the generated preset code:

  

Enumerations

The following enumeration in Glow.h was changed to allow three presets:

  

Resource Header

The following resources were defined in Resource.h to allow three presets:

  

Note that you must also change the resource number of _APS_NEXT_SYMED_VALUE to 106.

Resource File

The following strings must be changed in the Glowdll.rc file to allow three presets and give them names:

  

See Also

Previous Next