See Also
You are here: Player Plug-ins > Definitions > Playback Plug-ins > QCDModInitPlay2 > QCDModInitPlay2::toModule > Initialize
QMP Developer Reference Guide
ContentsIndexHome
PreviousUpNext
Initialize

The player calls this function to initialize the plug-in.

Parameters
Parameters 
Description 
modInfo 
[in] plug-in description and flags (members to be set by plug-in) 
flags 
[in] See QCDModInfo description for meaning of flags values 
Return Values
Return Values 
Description 
initialization succeeded 
initialization failed. plug-in will be unloaded. 
Remarks

The plug-in should perform any internal initialization here. It should return 1 if it should remain in use by the player. After this call, provided plug-in functions should be accessible by the player.

See Also
Copyright (c) Quinnware 2007. All rights reserved.