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.
20 lines
574 B
20 lines
574 B
|
|
//+-------------------------------------------------------------------------
|
|
//
|
|
// 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);
|