NWDeleteProperty(3nw)


NWDeleteProperty -- removes a property from a bindery object associated with the specified connection handle

Synopsis

   #include <nwbindry.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWDeleteProperty (NWCONN_HANDLE conn, pnstr8 objName, nuint16 objType, pnstr8 propertyName);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

objName
(IN) Points to the name of the object whose property is being deleted.

objType
(IN) Specifies the type of the object whose property is being deleted.

propertyName
(IN) Points to the property name to be deleted.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

0x8996
SERVER_OUT_OF_MEMORY

0x89F0
WILD_CARD_NOT_ALLOWED

0x89F1
INVALID_BINDERY_SECURITY

0x89F6
NO_PROPERTY_DELETE_PRIVILEGE

0x89FB
NO_SUCH_PROPERTY

0x89FC
NO_SUCH_OBJECT

0x89FE
BINDERY_LOCKED

0x89FF
HARDWARE_FAILURE

Notices

NWDeleteProperty requires Write access to the bindery object and the property.

objName and objType must uniquely identify the bindery object and cannot contain wildcard characters. All matching properties of the bindery object are deleted when propertyName contains wildcard characters.

Services

Bindery

NCP calls

0x2222 23 58
Delete Property

References

NWDeleteObjectFromSet(3nw), NWDeleteObject(3nw)


30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.