PurgeTrusteeFromVolume

Deletes a trustee from a volume

Local Servers:blocking
Remote Servers:N/A
Classification:3.x, 4.x, 5.x, 6.x
SMP Aware:No
Service:File System

Syntax

   #include <nwdir.h> 
    
    int PurgeTrusteeFromVolume (  
       int    volume, 
       LONG   trusteeID);
   

Parameters

volume

(IN) Specifies the volume number of the volume from which to remove all trustee references.

trusteeID

(IN) Specifies the trustee’s object ID.

Return Values

Value

Hex

Constant

0

(0x00)

ESUCCESS

NetWare Error

UNSUCCESSFUL

Remarks

The PurgeTrusteeFromVolume function deletes all references to trustee from a volume. It does not perform a security check based on the current connection. After this function call is made, the trustee no longer has any rights on the specified volume.

See Also

DeleteTrustee