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

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

Return: AL = status (see AH=E3h/SF=41h)
Desc:  determine whether the specified object is a member of the given set
     property

Notes: this function is supported by Advanced NetWare 1.0+ and Alloy NTNX
   the caller must have read access to the property

See Also: AH=E3h/SF=41h,AH=E3h/SF=42h

Format of request buffer:
Offset Size    Description
 00h   WORD    length of following data (max 75h)
 02h   BYTE    43h (subfunction "Is Bindery Object In Set")
 03h   WORD    (big-endian) type of object
 05h   BYTE    length of object's name
 06h  N BYTEs  object's name
   BYTE    length of property's name
      N BYTEs  property's name
   WORD    (big-endian) type of member object
   BYTE    length of member object's name
      N BYTEs  member object's name

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