18 lines
424 B
C
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
|