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

20 lines
474 B
C

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1999.
//
// File: ChkDeleg.h
//
// Contents: CheckDelegation and support methods
//
//
//----------------------------------------------------------------------------
#ifndef __ACLDIAG_CHKDELEG_H
#define __ACLDIAG_CHKDELEG_H
#include "stdafx.h"
HRESULT CheckDelegation ();
#endif //__ACLDIAG_CHKDELEG_H