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.
23 lines
542 B
23 lines
542 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1999.
|
|
//
|
|
// File: D I H O O K. H
|
|
//
|
|
// Contents: Network Class Installer
|
|
//
|
|
// Notes:
|
|
//
|
|
// Author: billbe 25 Nov 1996
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
HRESULT
|
|
_HrNetClassInstaller (DI_FUNCTION difFunction,
|
|
HDEVINFO hdi,
|
|
PSP_DEVINFO_DATA pdeid);
|
|
|
|
|