.NET
ntncp.asc
Associated article: Undocumented Windows NT and the NetWare Core Protocol
Tags: .NET
Published source code accompanying the article by Sven Schreiber in which he discusses Windows NT's support of the NetWare client API. Sven focuses on undocumented features of the NT NetWare redirector to send and receive NetWare Core Protocol (NCP) packets. Also see NTNCP.ZIP.
_Undocumented Windows NT and the NetWare Core Protocol_
by Sven B. Schreiber
Listing One
;==============================================================================
; > ebx - request record
; < ebx - request record
; edi - input buffer
; eax - status code
; c - set if error
;------------------------------------------------------------------------------
CreateNcpPackets:
mov ...


