NWDeleteObjectFromSet

Deletes a member from a bindery property of type SET on the NetWare server associated with the given connection handle

Local Servers:blocking
Remote Servers:blocking
NetWare Server:3.11, 3.12, 4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:Bindery

Syntax

C

   #include <nwbindry.h> 
   or 
   #include <nwcalls.h> 
    
   NWCCODE N_API NWDeleteObjectFromSet ( 
      NWCONN_HANDLE       conn,  
      const nstr8 N_FAR  *objectName,  
      nuint16             objectTpe,  
      pnstr8              propertyName,  
      pnstr8              memberName,  
      nuint16             memberType);
   

Pascal

   uses calwin32 
    
   Function NWDeleteObjectFromSet 
     (conn : NWCONN_HANDLE; 
      const objName : pnstr8; 
      objType : nuint16; 
      propertyName : pnstr8; 
      memberName : pnstr8; 
      memberType : nuint16 
   ) : NWCCODE; stdcall;
   

Parameters

conn
(IN) Specifies the NetWare server connection handle.
objectName
(IN) Points to the name of the bindery object whose set is being affected.
objectType
(IN) Specifies the object type of the bindery object whose set is being affected.
propertyName
(IN) Points to the name of the property (of type SET) from which the member is being deleted.
memberName
(IN) Points to the name of the bindery object being deleted from the set.
memberType
(IN) Specifies the object type of the member being deleted.

Return Values

These are common return values. See Return Values (Return Values for C).

0x0000

SUCCESSFUL

0x8801

INVALID_CONNECTION

0x890A

NLM_INVALID_CONNECTION

0x8996

SERVER_OUT_OF_MEMORY

0x89EA

NO_SUCH_MEMBER

0x89EB

NOT_GROUP_PROPERTY

0x89F0

WILD_CARD_NOT_ALLOWED

0x89F4

NO_OBJECT_DELETE_PRIVILEGE

0x89F8

NO_PROPERTY_WRITE_PRIVILEGE

0x89FB

N0_SUCH_PROPERTY

0x89FC

NO_SUCH_OBJECT

0x89FE

BINDERY_LOCKED

0x89FF

HARDWARE_FAILURE

Remarks

See Object Type.

NCP Calls

See Also

NWDeleteObject, NWDeleteProperty