mirror of https://github.com/lianthony/NT4.0
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.
183 lines
8.6 KiB
183 lines
8.6 KiB
Packing List for Microsoft RPC Version 1.0
|
|
Copyright (C) Microsoft Corp. 1992. All rights reserved.
|
|
|
|
Files Description
|
|
----- -----------
|
|
|
|
bin\midl.exe RPC compiler
|
|
include\Rpc.h Base include file
|
|
include\Rpcdce.h Basic RPC types and functions
|
|
include\Rpcdcep.h Private Basic RPC types and functions
|
|
include\Rpcerr.h Status code definitions
|
|
include\Rpcx86.h Exception handling definitions
|
|
include\RpcNsi.h Name Service types and functions
|
|
include\RpcNsip.h Name Service private types and functions
|
|
include\Rpcndr.h Functions & types used by compiler generated stubs
|
|
include\RpcTran.h Loadable Transport definitions
|
|
lib\win\Rpc.lib Windows link library for base functions
|
|
lib\win\Rpcndr.lib Windows link library helper functions for stubs
|
|
lib\win\RpcNs.lib Windows Name Service link library
|
|
RpcOak\win\RpcLtC.def Sample module definition file for transport
|
|
RpcOak\win\ltstart.asm Loadable transport startup
|
|
|
|
windows\system\Rpcrt2.dll Windows runtime dynamic link library
|
|
windows\system\RpcNs2.dll Windows name service dynamic link library
|
|
windows\system\Rpcltc1.dll Windows named pipe transport
|
|
windows\system\Rpcltc3.dll Windows TCP/IP transport
|
|
windows\system\Rpcltc4.dll Windows DECNET transport
|
|
windows\system\Rpcltc5.dll Windows netbios transport
|
|
|
|
lib\dos\Rpc.lib Dos link library for base functions
|
|
lib\dos\Rpcndr.lib Dos link library helper functions for stubs
|
|
lib\dos\RpcNs.lib Dos Name Service link library
|
|
include\DosDll.inc Dos DLL definition file for MASM
|
|
include\ImportDll.inc List of Imports for use by DOS DLLs
|
|
RpcOak\Dos\exportlt.asm Sample loadable transport
|
|
module definition file
|
|
include\loaddll.inc Load on demand DOS DLL support
|
|
RpcOak\Dos\nsidll.asm Sample NS load on demand definition file
|
|
RpcOak\Dos\exportns.asm DOS Name Service DLL definition file
|
|
Bin\Rpcrt2.Rpc Dos runtime dynamic link library
|
|
Bin\RpcNs.Rpc Dos name service dynamic link library
|
|
Bin\RpcNsmgm.rpc Dos name service managment DLL
|
|
Bin\Rpcltc1.Rpc Dos named pipe transport
|
|
Bin\Rpcltc3.Rpc Dos TCP/IP transport
|
|
Bin\Rpcltc4.Rpc Dos DECNET transport
|
|
Bin\Rpcltc5.Rpc Dos netbios transport
|
|
|
|
bin\midl.exe RPC compiler
|
|
windows\system\locator.exe Name Service executable
|
|
windows\system\rpcepmpr.exe Endpoint mapper (may combine with locator)
|
|
include\Rpc.h Base include file
|
|
include\Rpcdce.h Basic RPC types and functions
|
|
include\Rpcdcep.h Private RPC types and functions
|
|
include\Rpcnterr.h Status code definitions
|
|
include\RpcNsi.h Name Service types and functions
|
|
include\RpcNsip.h Name Service private types and functions
|
|
include\Rpcndr.h Functions & types used by compiler generated stubs
|
|
include\RpcTran.h Loadable Transport definitions
|
|
|
|
lib\Rpc.lib Windows link library for base functions
|
|
lib\Rpcndr.lib Windows link library helper functions for stubs
|
|
lib\RpcNs4.lib Windows Name Service link library
|
|
|
|
windows\system\RpcRt4.dll Windows runtime dynamic link library
|
|
windows\system\RpcNs4.dll Windows name service dynamic link library
|
|
windows\system\Rpcltc1.dll Windows client named pipe transport
|
|
windows\system\Rpclts1.dll Windows server named pipe transport
|
|
windows\system\Rpcltc3.dll Windows client TCP/IP transport
|
|
windows\system\Rpclts3.dll Windows server TCP/IP transport
|
|
windows\system\Rpcltc5.dll Windows client netbios transport
|
|
windows\system\Rpclts5.dll Windows server netbios transport
|
|
|
|
Rpc\readme.txt Short explanation of each
|
|
file; build, run instructions
|
|
|
|
Rpc\packing.lst This file; list all RPC files
|
|
|
|
samples\rpc\hello\readme.hel File list; build, run
|
|
instructions
|
|
samples\hello\makefile Builds the sample app for NT
|
|
samples\hello\makefile.dos Builds the sample app for MS-DOS
|
|
samples\hello\hello.idl IDL file
|
|
samples\hello\hello.acf ACF file
|
|
samples\hello\hellos.c Server-side sample code
|
|
samples\hello\hellop.c Remote procedures
|
|
samples\hello\helloc.c Client-side sample code
|
|
|
|
samples\whello\readme.whe File list; build, run instructions
|
|
samples\whello\makefile.win Builds the sample app for
|
|
Windows
|
|
samples\whello\makefile Builds the sample app for NT
|
|
samples\whello\whello.idl IDL file
|
|
samples\whello\whello.acf ACF file
|
|
samples\whello\whellos.c Server-side sample code
|
|
samples\whello\whellop.c Remote procedures
|
|
samples\whello\whelloc.h Client global data
|
|
samples\whello\rpc.ico Client icon
|
|
samples\whello\whello.def Client module definition file
|
|
samples\whello\whello.rc Client resource script file
|
|
samples\whello\whello.dlg Client dialog box definitions
|
|
samples\whello\whelloc.c Client-side sample code
|
|
|
|
samples\doctor\readme.doc File list; build, run instructions
|
|
samples\doctor\makefile Builds the sample app for NT
|
|
samples\doctor\makefile.dos Builds the sample app for MS-DOS
|
|
samples\doctor\doctor.idl IDL file
|
|
samples\doctor\doctor.acf ACF file
|
|
samples\doctor\doctors.c Server-side sample code
|
|
samples\doctor\doctorp.c Remote procedures
|
|
samples\doctor\doctorc.c Client-side sample code
|
|
|
|
samples\data\inout\readme.ino File list; build, run
|
|
instructions
|
|
|
|
samples\data\inout\makefile Build sample for NT
|
|
samples\data\inout\makefile.dos Build sample for MS-DOS
|
|
samples\data\inout\inout.idl IDL file
|
|
samples\data\inout\inout.acf ACF file
|
|
samples\data\inout\inouts.c Server-side sample code
|
|
samples\data\inout\inoutp.c Remote procedures
|
|
samples\data\inout\inoutc.c Client-side sample code
|
|
|
|
samples\data\dunion\readme.txt File list; build, run
|
|
instructions
|
|
|
|
samples\data\dunion\makefile Build sample for NT
|
|
samples\data\dunion\makefile.dos Build sample for MS-DOS
|
|
samples\data\dunion\dunion.idl IDL file
|
|
samples\data\dunion\dunion.acf ACF file
|
|
samples\data\dunion\dunions.c Server-side sample code
|
|
samples\data\dunion\dunionp.c Remote procedures
|
|
samples\data\dunion\dunionc.c Client-side sample code
|
|
|
|
samples\data\xmit\readme.xmt File list; build, run
|
|
instructions
|
|
samples\data\xmit\makefile Builds the sample app for NT
|
|
samples\data\xmit\makefile.dos Builds the sample app for MS-DOS
|
|
samples\data\xmit\xmit.idl IDL file
|
|
samples\data\xmit\xmit.acf ACF file
|
|
samples\data\xmit\xmits.c Server-side sample code
|
|
samples\data\xmit\xmitp.c Remote procedures
|
|
samples\data\xmit\xmitc.c Client-side sample code
|
|
|
|
samples\handles\usrdef\readme.usr File list; instructions
|
|
samples\handles\usrdef\makefile Build sample for NT
|
|
samples\handles\usrdef\makefile.dos Build sample for MS-DOS
|
|
samples\handles\usrdef\usrdef.idl IDL file
|
|
samples\handles\usrdef\usrdef.acf ACF file
|
|
|
|
samples\handles\usrdef\usrdefs.c Server-side sample code
|
|
samples\handles\usrdef\usrdefp.c Remote procedures
|
|
samples\handles\usrdef\usrdefc.c Client-side sample code
|
|
|
|
samples\handles\cxhndl\readme.cxh File list; instructions
|
|
samples\handles\cxhndl\makefile Build sample for NT
|
|
samples\handles\cxhndl\makefile.dos Build sample for MS-DOS
|
|
samples\handles\cxhndl\cxhndl.idl IDL file
|
|
samples\handles\cxhndl\cxhndl.acf ACF file
|
|
samples\handles\cxhndl\cxhndls.c Server-side sample code
|
|
samples\handles\cxhndl\cxhndlp.c Remote procedures
|
|
samples\handles\cxhndl\cxhndlc.c Client-side sample code
|
|
|
|
samples\handles\auto\readme.aut File list; instructions
|
|
samples\handles\auto\makefile Build sample for NT
|
|
samples\handles\auto\makefile.dos Build sample for MS-DOS
|
|
samples\handles\auto\auto.idl IDL file
|
|
samples\handles\auto\auto.acf ACF file
|
|
samples\handles\auto\autos.c Server-side sample code
|
|
samples\handles\auto\autop.c Remote procedures
|
|
samples\handles\auto\autoc.c Client-side sample code
|
|
|
|
samples\mandel\readme.txt File list; instructions
|
|
samples\mandel\makefile Build sample for NT
|
|
samples\mandel\mdlrpc.idl IDL file
|
|
samples\mandel\mdlrpc.acf ACF file
|
|
samples\mandel\server.c Server-side main program
|
|
samples\mandel\calc.c Server remote procedure Mandelcalc
|
|
samples\mandel\remote.c Client code that makes RPC
|
|
samples\mandel\mandel.h Client global data
|
|
samples\mandel\rpc.ico Client icon
|
|
samples\mandel\mandel.def Client module definition file
|
|
samples\mandel\mandel.rc Client resource script file
|
|
samples\mandel\mandel.c Client WinMain, dialog functions
|