NWChangePropertySecurity
Changes the security access mask of a property in a bindery object on the NetWare server associated with the given connection identification
#include <nwbindry.h>
or
#include <nwcalls.h>
NWCCODE N_API NWChangePropertySecurity (
NWCONN_HANDLE conn,
const nstr8 N_FAR *objName,
nuint16 objType,
const nstr8 N_FAR *propertyName,
nuint8 newPropertySecurity);
uses calwin32
Function NWChangePropertySecurity
(conn : NWCONN_HANDLE;
const objName : pnstr8;
objType : nuint16;
const propertyName : pnstr8;
newPropertySecurity : nuint8
) : NWCCODE; stdcall;
These are common return values. See Return Values (Return Values for C).
NWChangePropertySecurity requires Write access to the bindery object and Read and Write access to the property.
The objName, objType, and propertyName parameters must uniquely identify the property and cannot contain wildcards.
NWChangePropertySecurity cannot set or clear bindery Read or Write security. The requesting process cannot change the security of a property to a level greater than the property access of the process.
See Section 4.3, Security Rights Mask Values.
See Object Type.