NWDeleteObjectFromSet
Deletes a member from a bindery property of type SET on the NetWare server associated with the given connection handle
#include <nwbindry.h>
or
#include <nwcalls.h>
NWCCODE N_API NWDeleteObjectFromSet (
NWCONN_HANDLE conn,
const nstr8 N_FAR *objectName,
nuint16 objectTpe,
pnstr8 propertyName,
pnstr8 memberName,
nuint16 memberType);
uses calwin32
Function NWDeleteObjectFromSet
(conn : NWCONN_HANDLE;
const objName : pnstr8;
objType : nuint16;
propertyName : pnstr8;
memberName : pnstr8;
memberType : nuint16
) : NWCCODE; stdcall;
These are common return values. See Return Values (Return Values for C).
See Object Type.