Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

58 lines
925 B

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
sapflts.h
Abstract:
IPX Router Console Monitoring and Configuration tool.
SAP filter configuration and monitoring. Header File
Author:
Vadim Eydelman 06/07/1996
--*/
#ifndef _IPXMON_SAPFLTS_
#define _IPXMON_SAPFLTS_
DWORD
APIENTRY
HelpSapFlt (
IN int argc,
IN WCHAR *argv[]
);
DWORD
APIENTRY
ShowSapFlt (
IN int argc,
IN WCHAR *argv[],
IN HANDLE hFile
);
DWORD
APIENTRY
SetSapFlt (
IN int argc,
IN WCHAR *argv[]
);
DWORD
APIENTRY
CreateSapFlt (
IN int argc,
IN WCHAR *argv[]
);
DWORD
APIENTRY
DeleteSapFlt (
IN int argc,
IN WCHAR *argv[]
);
#endif