MCPcopy Create free account
hub / github.com/bbbradsmith/nsfplay / QueueFile

Method QueueFile

win/plugin/winamp2/in_module.cpp:300–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298SoundData *WA2InputModule::GetSoundData(){ return sdat; }
299
300void WA2InputModule::QueueFile(const char *file)
301{
302 COPYDATASTRUCT cds;
303 cds.dwData = IPC_PLAYFILE;
304 cds.lpData = (void *) file;
305 cds.cbData = strlen(file)+1; // include space for null char
306 SendMessage(pMod->hMainWindow, WM_COPYDATA,(WPARAM)NULL,(LPARAM)&cds);
307}
308
309void WA2InputModule::PlayStart()
310{

Callers 2

OnDropFilesMethod · 0.80
OnDropFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected