NWCreateObject
Creates a bindery object
#include <nwbindry.h>
or
#include <nwcalls.h>
NWCCODE N_API NWCreateObject (
NWCONN_HANDLE conn,
pnstr8 objName,
nuint16 objType,
nuint8 objFlags,
nuint8 objSecurity);
uses calwin32
Function NWCreateObject
(conn : NWCONN_HANDLE;
objName : pnstr8;
objType : nuint16;
objFlags : nuint8;
objSecurity : nuint8
) : NWCCODE; stdcall;
These are common return values. See Return Values (Return Values for C).
NWCreateObject requires SUPERVISOR or equivalent rights.
The objName and objType parameters must uniquely identify the bindery object and cannot contain wildcards.
The bindery object must have a PASSNWOBJ_TYPE to log in to a NetWare server. PASSNWOBJ_TYPE is created by calling the NWChangeObjectPassword function.
See Section 4.3, Security Rights Mask Values.
See Object Type.