Int 21/AH=E3h/SF=37h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - BINDERY SERVICES - SCAN BINDERY OBJECT

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

Return:
AL = status (see #01927)

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 - See Also: AX=F217h/SF=37h

Format of NetWare "Scan Bindery Object" request buffer: Offset Size Description (Table 01930) 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

See Also: #01931 - #02186

Format of NetWare "Scan Bindery Object" reply buffer: Offset Size Description (Table 01931) 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)

See Also: #01930 - #02186

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents