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.
29 lines
319 B
29 lines
319 B
/*++
|
|
|
|
Copyright (c) 1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
checker.cxx
|
|
|
|
Abstract:
|
|
|
|
IIS Services IISADMIN Extension
|
|
Unicode Metadata Sink.
|
|
|
|
Author:
|
|
|
|
Michael W. Thomas 11-19-98
|
|
|
|
--*/
|
|
|
|
#ifndef _checker_hxx
|
|
#define _checker_hxx
|
|
|
|
|
|
VOID
|
|
UpdateUsers(
|
|
BOOL fRestore = FALSE
|
|
);
|
|
|
|
#endif
|