windows-nt/Source/XPSP1/NT/net/upnp/host/upnphost/inc/uhinit.h
2020-09-26 16:20:57 +08:00

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 ();