windows-nt/Source/XPSP1/NT/net/config/netcfg/engine/provider.h
2020-09-26 16:20:57 +08:00

28 lines
628 B
C

//+---------------------------------------------------------------------------
//
// 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);