mirror of https://github.com/tongzx/nt5src
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.
31 lines
731 B
31 lines
731 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1998 - 1998.
|
|
//
|
|
// File: loadras.hxx
|
|
//
|
|
// Contents: Header file for private RAS functions
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 31-Mar-00 ChrisAB Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#ifndef __LOADRAS_HXX__
|
|
#define __LOADRAS_HXX__
|
|
|
|
// loadras.cxx
|
|
DWORD WinState_RasSetEntryPropertiesW(
|
|
IN LPCWSTR lpszPhonebook,
|
|
IN LPCWSTR lpszEntry,
|
|
IN LPRASENTRYW lpRasEntry,
|
|
IN DWORD dwcbRasEntry,
|
|
IN LPBYTE lpbDeviceConfig,
|
|
IN DWORD dwcbDeviceConfig
|
|
);
|
|
|
|
#endif
|