WindowsXP-SP1/base/fs/remotefs/dfs/tools/dfsutil/info.hxx
2020-09-30 16:53:49 +02:00

24 lines
459 B
C++

//+----------------------------------------------------------------------------
//
// 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