windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/infocomm/extend/checker.hxx
2020-09-26 16:20:57 +08:00

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