windows-nt/Source/XPSP1/NT/com/mobile/syncmgr/dll/rasproc.h
2020-09-26 16:20:57 +08:00

21 lines
554 B
C

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1998.
//
// File: RasProc.h
//
// Contents: implements Exports used by Ras for doing Pending Disconnect
//
// Classes:
//
// Notes:
//
// History: 09-Jan-98 rogerg Created.
//
//--------------------------------------------------------------------------
LRESULT SyncMgrRasQueryShowSyncUI(WPARAM wParam,LPARAM lParam);
LRESULT SyncMgrRasDisconnect(WPARAM wParam,LPARAM lParam);