NWDeleteObject(3nw)
NWDeleteObject --
deletes a bindery object
Synopsis
#include <nwbindry.h>
or
#include <nwcalls.h>
NWCCODE N_API NWDeleteObject
(NWCONN_HANDLE conn,
pnstr8 objName,
nuint16 objType);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- objName
-
(IN) Points to the object name being deleted.
- objType
-
(IN) Specifies the bindery type of the object being deleted.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
- 0x8996
-
SERVER_OUT_OF_MEMORY
- 0x89F0
-
WILD_CARD_NOT_ALLOWED
- 0x89F4
-
NO_OBJECT_DELETE_PRIVILEGE
- 0x89FC
-
NO_SUCH_OBJECT
- 0x89FE
-
BINDERY_LOCKED
- 0x89FF
-
HARDWARE_FAILURE
Notices
NOTE:
Requires SUPERVISOR or equivalent rights.
objName and objType must uniquely identify the bindery object and cannot contain wildcard characters.
Services
Bindery
NCP calls
0x2222 23 51 Delete Bindery Object
References
NWDeleteObjectFromSet(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.