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.
 
 
 
 
 
 

34 lines
584 B

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1995.
//
// File: ras.h
//
// Contents:
//
// Classes:
//
// Functions:
//
// History: 2-09-96 RichardW Created
//
//----------------------------------------------------------------------------
BOOL
PopupRasPhonebookDlg(
HWND hwndOwner,
PGLOBALS pGlobals,
BOOL * pfTimedOut
);
DWORD
GetRasDialOutProtocols(
void );
BOOL
HangupRasConnections(
PGLOBALS pGlobals
);