source: branches/v2.9/mediafolder/include/cwmmquerytrackinfo.h@ 10

Last change on this file since 10 was 2, checked in by stevenhl, 8 years ago

Import sources from cwmm-full.zip dated 2005-03-21

File size: 475 bytes
Line 
1/* For calling the method in the CWAudio class. Linking to the DLL would require the
2 new audio classes. By dynamically querying the method the media folder works without
3 installing the audio classes. */
4typedef ULONG SOMLINK somTP_MMAudio_cwmmQueryTrackInfo(MMAudio *somSelf,
5 PSZ chrString,
6 ULONG ulSize,
7 int iWhich);
8typedef somTP_MMAudio_cwmmQueryTrackInfo *somTD_MMAudio_cwmmQueryTrackInfo;
9
10extern somTD_MMAudio_cwmmQueryTrackInfo methodPtr;
Note: See TracBrowser for help on using the repository browser.