windows-nt/Source/XPSP1/NT/base/fs/dfs/h/dfsrtl.h
2020-09-26 16:20:57 +08:00

28 lines
514 B
C

//+----------------------------------------------------------------------------
//
// Copyright (C) 1992, Microsoft Corporation.
//
// File: DfsRtl.h
//
// Contents:
//
// Functions:
//
// History: 27 May 1992 PeterCo Created.
//
//-----------------------------------------------------------------------------
#ifndef _DFSRTL_
#define _DFSRTL_
#include <stddef.h>
BOOLEAN
DfsRtlPrefixPath (
IN PUNICODE_STRING Prefix,
IN PUNICODE_STRING Test,
IN BOOLEAN IgnoreCase
);
#endif // _DFSRTL_