windows-nt/Source/XPSP1/NT/net/config/netman/inc/nminit.h

24 lines
515 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// File: N M I N I T . H
//
// Contents: Initialization routines for netman.
//
// Notes:
//
// Author: shaunco 27 Jan 1998
//
//----------------------------------------------------------------------------
#pragma once
HRESULT
HrNmCreateClassObjectRegistrationEvent (
HANDLE* phEvent);
HRESULT
HrNmWaitForClassObjectsToBeRegistered ();