Official BS.Player forums

Official BS.Player forums (http://forum.bsplayer.com/index.php)
-   Bug Reports And Codecs (http://forum.bsplayer.com/forumdisplay.php?f=10)
-   -   SDK message exit (http://forum.bsplayer.com/showthread.php?t=2488)

giubbe 8th September 2003 05:31 PM

SDK message exit
 
the bsp_exit doesn't work:

bsp_hand:=FindWindow('BSPlayer',nil);
GetWindowThreadProcessId(bsp_hand,@NewProcessId.hp rocess);
NewProcessId.hprocess:=OpenProcess(PROCESS_ALL_ACC ESS, False, NewProcessId.hprocess);
SendMessage(bsp_hand,WM_BSP_CMD,BSP_Stop,0);//
SendMessage(bsp_hand,WM_BSP_CMD,BSP_CloseM,0);
SendMessage(bsp_hand,WM_BSP_CMD,BSP_Exit,0);
closeHandle(NewProcessId.hprocess);

bsplayer (build 500) is not closed

thanks

Giubbe


All times are GMT +1. The time now is 05:02 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20