.NET
rpcnt.txt
Associated article: RPC for Windows 95/NT
Tags: Web Development .NET
Published source code accompanying the article by Steve Sipe in which he discusses Remote Procedure Call programming under Windows 95/NT. Also see RPCNT.ZIP.
_RPC for Windows 95/NT_
by Steve Sipe
Listing One
BOOL CRpcClient::LoadDummyDLL()
{
BYTE parms[] = {DTC_STR,DTC_END};
ULONG ulError;
// Tell the server to load the dummydll.dll. SRVDISP_LOADLIBRARY is
// a function in the dispatch table (see rpcsvrds.c)
...


