Paikan
4th July 2002, 10:20
What it is used as a reference to know if winamp has an access to an internet connection when
val=SendMessage(hwnd_winamp,WM_WA_IPC,0,IPC_INETAVAILABLE) is used.
I'm asking this question cause i use a test in my plugin to detect if the user has a connection or no because if he hasn't the plugin is useless so i want to desactivate it. But ihave tested it on my laptop that has no connection and that doesn't work.
Thanks in advance if you can help
val=SendMessage(hwnd_winamp,WM_WA_IPC,0,IPC_INETAVAILABLE) is used.
I'm asking this question cause i use a test in my plugin to detect if the user has a connection or no because if he hasn't the plugin is useless so i want to desactivate it. But ihave tested it on my laptop that has no connection and that doesn't work.
Thanks in advance if you can help