[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E3  - Novell Netware - Bindery Services - Scan Bindery Object    [N]

   AH = E3h subfn 37h
   DS:SI -> request buffer (see below)
   ES:DI -> reply buffer (see below)

Return: AL = status (see AH=E3h/SF=36h)

Notes: this function is supported by Advanced NetWare 1.0+ and Alloy NTNX
   the requesting workstation must be logged into the file server with
     read access to the bindery object

See Also: AH=E3h/SF=32h,AH=E3h/SF=33h,AH=E3h/SF=38h,AH=E3h/SF=3Ch

Format of request buffer:
Offset Size    Description
 00h   WORD    length of following data (max 37h)
 02h   BYTE    37h (subfunction "Scan Bindery Object")
 03h   DWORD   (big-endian) last object ID
 07h   WORD    (big-endian) type of object
 09h   BYTE    length of object's name
 0Ah  N BYTEs  object's name

Format of reply buffer:
Offset Size    Description
 00h   WORD    (call) 0039h (length of following buffer space)
 02h   DWORD   (big-endian) object ID
       FFFFFFFFh for first call
 06h   WORD    (big-endian) type of object
 08h 48 BYTEs  object name (counted string)
 38h   BYTE    object flag (00h static, 01h dynamic)
 39h   BYTE    object's security levels
 3Ah   BYTE    object properties flag (00h no, FFh yes)

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