seDelete
syntax: |
sebool seDelete(secontext se,seobject obj, semember mem); |
where: |
se the context to remove the member from
obj the object half of the Object,Member pair
mem the member half of the Object,Member pair
|
return: |
The boolean TRUE if the member was deleted or did not exist, FALSE if it could not be deleted such as trying to delete a virtual object's member.
|
description: |
This call deletes a member of an object. seDelete is not affected by the SE_DONTDELETE flag (only the delete operator is affected.) If you would like to respect the flag, use seGetAttribs to check attributes before deleting a member.
|
see: |
|