Deletes a trustee from the trustee list of the specified file or directory.
#include <nks/netware.h>
int nxDeleteTrustee (
NXPathCtx_t pathCtx,
const char *pathname,
uint32_t objectID );
(IN) Specifies the file system path context. Along with the pathname parameter, it specifies the file or directory.
(IN) Points to a null-terminated Unicode or ASCII string that specifies the name of the file or directory (relative to pathCtx).
(IN) Specifies the ID of a user with a trustee assignment.
If successful, returns 0. Otherwise returns a nonzero error code.
You can use this function on traditional, NSS, and remote volumes, but it returns NX_ENOTSUP for the DOS partition.
For information on how pathCtx and pathname work together, see Path Contexts and File System Paths
in Volume 1.