Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
332 B

  1. #if defined(TEST_PLUGABLE) && defined(_DEBUG)
  2. #ifndef _FT_PLUGABLE_H_
  3. #define _FT_PLUGABLE_H_
  4. #define WM_PLUGABLE_SOCKET (WM_APP + 0x601)
  5. void OnPluggableBegin(HWND hwnd);
  6. void OnPluggableEnd(void);
  7. LRESULT OnPluggableSocket(HWND, WPARAM, LPARAM);
  8. #endif // _FT_PLUGABLE_H_
  9. #endif // TEST_PLUGABLE