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.

26 lines
650 B

  1. #ifndef __ICW_h__
  2. #define __ICW_h__
  3. /**************************************************************************
  4. File: icw.h
  5. Description:
  6. **************************************************************************/
  7. typedef HRESULT (WINAPI *INETGETPROXY)(LPBOOL lpfEnable, LPSTR lpszServer, DWORD cbServer, LPSTR lpszOverride, DWORD cbOverride);
  8. typedef HRESULT (WINAPI *INETCONFIGSYSTEM) ( HWND hWndParent, DWORD dwfOptions, LPBOOL lpfNeedsRestart);
  9. #ifdef __cplusplus
  10. extern "C"
  11. {
  12. #endif
  13. BOOL ICWGetProxy(PTCHAR szProxy, DWORD dwBufferLength);
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif // __ICW_h__