windows-nt/Source/XPSP1/NT/admin/extens/acldiag/schema.h
2020-09-26 16:20:57 +08:00

18 lines
424 B
C

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1999.
//
// File: Schema.h
//
// Contents: DoSchemaDiagnosis and support methods
//
//
//----------------------------------------------------------------------------
#ifndef __ACLDIAG_SCHEMA
#define __ACLDIAG_SCHEMA
HRESULT DoSchemaDiagnosis ();
#endif