30 lines
319 B
C++
30 lines
319 B
C++
/*++
|
|
|
|
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
|