PxRemoveAccessRights()
Remove access rights.
- APPLIES TO
-
8.2.0
- SYNOPSIS
-
PxUInt_t PxRemoveAccessRights (PxUInt_t accessrights);
- ARGUMENTS
|
- RETURN VALUES
-
-
The new accessrights
-
- DESCRIPTION
-
PxRemoveAccessRights removes the given access rights from the calling task’s task control block. The task looses these access rights.
- IMPLEMENTATION GUIDELINES
-
- Before call
-
-
accessrights
may be a combination of valid access rights (V)
-
- After call
-
-
No checks necessary.
-
- Best Practice
-
-
No restrictions.
-
- SEE ALSO
- USAGE
-
#include "pxdef.h" PxUInt_t accessrights = PxRemoveAccessRights(PXACCESS_INSTALL_SERVICES);