mirror of https://github.com/tongzx/nt5src
18 lines
424 B
18 lines
424 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1999.
|
|
//
|
|
// File: Schema.h
|
|
//
|
|
// Contents: DoSchemaDiagnosis and support methods
|
|
//
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
#ifndef __ACLDIAG_SCHEMA
|
|
#define __ACLDIAG_SCHEMA
|
|
|
|
HRESULT DoSchemaDiagnosis ();
|
|
|
|
|
|
#endif
|