You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
459 B
23 lines
459 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// 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
|