WindowsXP/base/fs/mup/dfsrtl.h
2025-04-27 07:49:33 -04:00

28 lines
541 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_