NWDeleteObjectFromSet(3nw)
NWDeleteObjectFromSet --
deletes a member from a bindery property of type SET on the NetWare server associated with the given connection handle
Synopsis
#include <nwbindry.h>
or
#include <nwcalls.h>
NWCCODE N_API NWDeleteObjectFromSet
(NWCONN_HANDLE conn,
pnstr8 objName,
nuint16 objType,
pnstr8 propertyName,
pnstr8 memberName,
nuint16 memberType);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- objName
-
(IN) Points to the name of the bindery object whose set is being affected.
- objType
-
(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
- 0x0000
-
SUCCESSFUL
- 0x8801
-
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
Notices
There are two types of bindery properties: ITEM and SET. SET properties are those containing multiple bindery objects. ITEM properties contain single bindery objects.
Services
Bindery
NCP calls
0x2222 23 66 Delete Bindery Object From Set
References
NWDeleteObject(3nw),
NWDeleteProperty(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.