windows-nt/Source/XPSP1/NT/base/fs/dfs/ui/dfsutil/info.hxx

24 lines
436 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+----------------------------------------------------------------------------
//
// Copyright (C) 1999, Microsoft Corporation
//
// File: info.hxx
//
// Contents: info.c prototypes, etc
//
//-----------------------------------------------------------------------------
#ifndef _INFO_HXX
#define _INFO_HXX
DWORD
PktInfo(
BOOLEAN fSwDfs,
LPWSTR pwszHexValue);
DWORD
SpcInfo(
BOOLEAN fSwAll);
#endif _INFO_HXX