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.
37 lines
548 B
37 lines
548 B
/*++
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
routes.h
|
|
|
|
Abstract:
|
|
|
|
IPX Router Console Monitoring and Configuration tool.
|
|
Route monitoring. Header File
|
|
|
|
Author:
|
|
|
|
Vadim Eydelman 06/07/1996
|
|
|
|
|
|
--*/
|
|
#ifndef _IPXMON_ROUTES_
|
|
#define _IPXMON_ROUTES_
|
|
|
|
DWORD
|
|
APIENTRY
|
|
HelpRoute (
|
|
IN int argc,
|
|
IN WCHAR *argv[]
|
|
);
|
|
|
|
DWORD
|
|
APIENTRY
|
|
ShowRoute (
|
|
IN int argc,
|
|
IN WCHAR *argv[]
|
|
);
|
|
|
|
#endif
|