2025-04-27 07:49:33 -04:00

24 lines
537 B
C

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 2000.
//
// File: U H I N I T . H
//
// Contents: Initialization routines for upnphost.
//
// Notes:
//
// Author: mbend 8 Aug 2000
//
//----------------------------------------------------------------------------
#pragma once
HRESULT
HrNmCreateClassObjectRegistrationEvent (
HANDLE* phEvent);
HRESULT
HrNmWaitForClassObjectsToBeRegistered ();