2025-04-27 07:49:33 -04:00

30 lines
348 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