httpgrab.h 389 B

12345678910111213
  1. #ifndef WINAMP_HTTP_GRAB_TEXT_HEADER
  2. #define WINAMP_HTTP_GRAB_TEXT_HEADER
  3. #include <windows.h>
  4. #define HTTPGRAB_USEWINDOWTEXT 0x0000
  5. #define HTTPGRAB_USESTATUSTEXT 0x0001
  6. HWND BeginGrabHTTPText(HWND hwndFwd, UINT flags, HWND *phwndTarget); // returns hwnd that you need to supply as parent of http funciton
  7. void EndGrabHTTPText(HWND hwndHost);
  8. #endif //WINAMP_HTTP_GRAB_TEXT_HEADER