[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E2  - Novell Netware - Directory Services - Create Directory     [N]

   AH = E2h subfn 0Ah
   DS:SI -> request buffer (see below)
   ES:DI -> reply buffer (see below)

Return: AL = status (00h,84h,98h,FCh) (see AH=E2h/SF=00h)

Note:  this function is supported by NetWare 4.0+, Advanced NetWare 1.0+, and
     Alloy NTNX

See Also: AH=39h,AH=E2h/SF=0Bh,AH=E2h/SF=0Fh

Format of request buffer:
Offset Size    Description
 00h   WORD    length of following data (max 103h)
 02h   BYTE    0Ah (subfunction "Create Directory")
 03h   BYTE    directory handle
 04h   BYTE    maximum directory rights (see AH=E2h/SF=01h)
 05h   BYTE    length of directory path (00h-FFh)
 06h  N BYTEs  directory path

Format of reply buffer:
Offset Size    Description
 00h   WORD    (call) 0000h (no data returned)

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson