NWDSRemoveClassDef(3nw)


NWDSRemoveClassDef -- deletes a class definition from the Directory Schema

Synopsis

   #include <nwnet.h> 
   or 
   #include <nwdssch.h> 
   

NWDSCCODE N_API NWDSRemoveClassDef (NWDSContextHandle context, pnstr8 className);

Description

The parameters are as follows:

context
(IN) Specifies the Directory context for the request.

className
(IN) Points to the class name to be removed.

Return values

0x0000
SUCCESSFUL

Negative Value
Negative values indicate errors. For errors returned by Directory Services, see ``Directory Services OS Errors'' (-001 to -255), ``Directory Services Client Library Errors'' (-301 to -399), or ``Directory Services Agent in the Server Errors'' (-601 to -699).

Notices

Calling NWDSRemoveClassDef is not allowed if the class is referenced by any other class, or if objects of this class exist in the Directory.

className identifies the class whose definition is to be removed.


NOTE: Clients cannot subtract from the standard set of class definitions defined by the Directory Base Schema (these are flagged nonremovable). Clients can, however, add and remove non-standard definitions (if not in use).

Services

Directory

NCP calls

0x2222 23 17
Get File Server Information

0x2222 23 22
Get Station's Logged Info (old)

0x2222 23 28
Get Station's Logged Info

0x2222 104 01
Ping for NDS NCP

0x2222 104 02
Send NDS Fragmented Request/Reply

References

NWDSRemoveAttrDef(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.