Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
IsWmaAvailable method 
 
Remarks 
 
Tells if the Microsoft Windows Media Format modules, needed for managing WMA files, are available inside the system. 
 
 
Syntax 
 
[Visual Basic] 
control.IsWmaAvailable
) as Boolean
 
[C++] 
BOOL control.IsWmaAvailable
);
 
 
Return value 
 
Value
Meaning
 
 
FALSE
WMA is not available
TRUE
WMA is available
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents