Leaked source code of windows server 2003
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.
 
 
 
 
 
 

46 lines
698 B

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
ripgl.h
Abstract:
IPX Router Console Monitoring and Configuration tool.
RIP Global configuration.
Author:
Vadim Eydelman 06/07/1996
--*/
#ifndef _IPXMON_RIPGL_
#define _IPXMON_RIPGL_
DWORD
APIENTRY
HelpRipGl (
IN int argc,
IN WCHAR *argv[]
);
DWORD
APIENTRY
ShowRipGl (
IN int argc,
IN WCHAR *argv[],
IN HANDLE hFile
);
DWORD
APIENTRY
SetRipGl (
IN int argc,
IN WCHAR *argv[]
);
#endif