windows-nt/Source/XPSP1/NT/com/mobile/syncmgr/dll/rasproc.h

21 lines
554 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// 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);