windows-nt/Source/XPSP1/NT/net/rras/netsh/ipx/protocols/nbnames.h
2020-09-26 16:20:57 +08:00

52 lines
809 B
C

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
nbnames.h
Abstract:
IPX Router Console Monitoring and Configuration tool.
NetBIOS name configuration and monitoring. Header File
Author:
Vadim Eydelman 06/07/1996
--*/
#ifndef _IPXMON_NBNAMES_
#define _IPXMON_NBNAMES_
DWORD
APIENTRY
HelpNbName (
IN int argc,
IN WCHAR *argv[]
);
DWORD
APIENTRY
ShowNbName (
IN int argc,
IN WCHAR *argv[],
IN HANDLE hFile
);
DWORD
APIENTRY
CreateNbName (
IN int argc,
IN WCHAR *argv[]
);
DWORD
APIENTRY
DeleteNbName (
IN int argc,
IN WCHAR *argv[]
);
#endif