winamp/Src/Winamp/setup/httpgrab.h

13 lines
386 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef WINAMP_HTTP_GRAB_TEXT_HEADER
#define WINAMP_HTTP_GRAB_TEXT_HEADER
2024-09-29 02:04:03 +00:00
#include <arch.h>
2024-09-24 12:54:57 +00:00
#define HTTPGRAB_USEWINDOWTEXT 0x0000
#define HTTPGRAB_USESTATUSTEXT 0x0001
HWND BeginGrabHTTPText(HWND hwndFwd, UINT flags, HWND *phwndTarget); // returns hwnd that you need to supply as parent of http funciton
void EndGrabHTTPText(HWND hwndHost);
#endif //WINAMP_HTTP_GRAB_TEXT_HEADER