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.

27 lines
705 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: D I S C O N N E C T . H
  7. //
  8. // Contents: Code for disconnect confirmation and SyncMgr sync calls.
  9. //
  10. // Notes:
  11. //
  12. // Author: jeffspr 11 Mar 1998
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #ifndef _DISCONNECT_H_
  17. #define _DISCONNECT_H_
  18. #include <syncrasp.h> // for SYNCMGRQUERYSHOWSYNCUI
  19. VOID PromptForSyncIfNeeded(
  20. const CONFOLDENTRY& ccfe,
  21. HWND hwndOwner);
  22. #endif // _DISCONNECT_H_