24 lines
514 B
C
24 lines
514 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 ();
|