windows-nt/Source/XPSP1/NT/net/config/shell/folder/disconnect.h
2020-09-26 16:20:57 +08:00

28 lines
705 B
C

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// File: D I S C O N N E C T . H
//
// Contents: Code for disconnect confirmation and SyncMgr sync calls.
//
// Notes:
//
// Author: jeffspr 11 Mar 1998
//
//----------------------------------------------------------------------------
#pragma once
#ifndef _DISCONNECT_H_
#define _DISCONNECT_H_
#include <syncrasp.h> // for SYNCMGRQUERYSHOWSYNCUI
VOID PromptForSyncIfNeeded(
const CONFOLDENTRY& ccfe,
HWND hwndOwner);
#endif // _DISCONNECT_H_