Leaked source code of windows server 2003
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.
 
 
 
 
 
 

27 lines
655 B

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996.
//
// File: P R O V I D E R . H
//
// Contents: NetClient class installer functions
//
// Notes:
//
// Author: billbe 22 Mar 1997
//
//---------------------------------------------------------------------------
#pragma once
HRESULT
HrCiAddNetProviderInfo(HINF hinf, PCWSTR pszSection,
HKEY hkeyInstance, BOOL fPreviouslyInstalled);
HRESULT
HrCiDeleteNetProviderInfo(HKEY hkeyInstance, DWORD* pdwNetworkPosition,
DWORD* pdwPrintPosition);