
NWCall32.dll and NW_Info.exe description
========================================

NWCall32.dll and NW_Info.exe are the two sample programs referred to in the
article "Undocumented NT and the NetWare Core Protocol", submitted to Dr.
Dobb's Journal. Together, NWCall32.dll and NW_Info.exe demonstrate how to use
undocumented APIs of the Windows NT Executive to send NetWare Core Protocol
(NCP) requests to a NetWare server. The programs require Microsoft's "Client
for NetWare Networks" to be installed. They have been tested under Windows NT
3.51 and Windows NT 4.00 Beta 2. They will *not* run under Windows 95.

To reassemble the source files NWCall32.asm and NW_Info.asm, you need Microsoft
MASM 6.xx (Version 6.11d recommended). Only the MASM files ML.exe and ML.err
are required. Use the WALK32.bat batch file to assemble the sources, specifying
the source file name (without extension) on the command line. The project files
included are part of my "Win32 Assembly Language Kit" (WALK32), donated to the
public domain. For more info on WALK32, send email to my Internet address
below.

06-22-1996 Sven B. Schreiber sbs@psbs.franken.de
