mirror of https://github.com/tongzx/nt5src
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.
36 lines
472 B
36 lines
472 B
/*++
|
|
|
|
Copyright (c) 1994-1999 Microsoft Corporation
|
|
|
|
Module Name :
|
|
|
|
guid.cpp
|
|
|
|
Abstract:
|
|
|
|
Initialization as required by initguid
|
|
|
|
Author:
|
|
|
|
Ronald Meijer (ronaldm)
|
|
|
|
Project:
|
|
|
|
Internet Services Manager (cluster edition)
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
//
|
|
// Include Files
|
|
//
|
|
#include <stdafx.h>
|
|
#include <winsvc.h>
|
|
|
|
#include <objbase.h>
|
|
#include <initguid.h>
|
|
|
|
#include <iwamreg.h>
|
|
#include <iadmw.h>
|
|
#include <iisrsta.h>
|