View Single Post
  #1 (permalink)  
Old 8th September 2003
giubbe giubbe is offline
Junior Member
BS.Player Newbie
 
Join Date: Sep 2003
Posts: 8
Rep Power: 0
giubbe is an unknown quantity at this point
Default 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
Reply With Quote
 

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