Source code of Windows XP (NT5)
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.

21 lines
492 B

  1. /****************************************************\
  2. FILE: offline.h
  3. DESCRIPTION:
  4. Handle 'offline' status and Dial-up UI
  5. \****************************************************/
  6. #ifndef _OFFLINE_H
  7. #define _OFFLINE_H
  8. #ifdef FEATURE_OFFLINE
  9. BOOL IsGlobalOffline(VOID);
  10. VOID SetOffline(IN BOOL fOffline);
  11. #endif // FEATURE_OFFLINE
  12. HRESULT AssureNetConnection(HINTERNET hint, HWND hwndParent, LPCWSTR pwzServerName, LPCITEMIDLIST pidl, BOOL fShowUI);
  13. #endif // _OFFLINE_H