NWCreateProperty
Adds a property to a bindery object on the NetWare server associated with the given connection handle
#include <nwbindry.h>
or
#include <nwcalls.h>
NWCCODE N_API NWCreateProperty (
NWCONN_HANDLE conn,
const nstr8 N_FAR *objName,
nuint16 objType,
const nstr8 N_FAR *propertyName,
nuint8 propertyFlags,
nuint8 propertySecurity);
uses calwin32
Function NWCreateProperty
(conn : NWCONN_HANDLE;
const objName : pnstr8;
objType : nuint16;
const propertyName : pnstr8;
propertyFlags : nuint8;
propertySecurity : nuint8
) : NWCCODE; stdcall;
These are common return values. See Return Values (Return Values for C).
NWCreateProperty requires Write access to the bindery object.
The requesting process cannot create properties having a greater security level than the access level of the process.
The PASSNWOBJ_TYPE property is created by calling the NWChangeObjectPassword function, rather than by calling NWCreateProperty.
See Section 4.3, Security Rights Mask Values.
See Object Type.