Windows2003-3790/inetsrv/iis/inc/iisadmin.hxx
2020-09-30 16:53:55 +02:00

36 lines
518 B
C++
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
metadata.h
Abstract:
IISADMIN include file.
Author:
Michael W. Thomas 20-Sept-96
Revision History:
--*/
#ifndef _iisadmin_h_
#define _iisadmin_h_
#define IISADMIN_NAME "IISADMIN"
typedef
VOID
(*PIISADMIN_SERVICE_SERVICEENTRY) (
DWORD cArgs,
LPWSTR pArgs[],
PTCPSVCS_GLOBAL_DATA pGlobalData // unused
);
#endif