PxToSetName()
Assign a name to an object.
- APPLIES TO
-
8.2.0
- SYNOPSIS
-
PxError_t PxToSetName (PxTo_t to, const PxChar_t *buffer, PxUInt_t bufsize);
- ARGUMENTS
|
|
|
|
|
- RETURN VALUES
-
-
PXROS error code
-
- ERROR CODES
-
PXERR_GLOBAL_ILLEGAL_CORE
The requested object is not on the same core
PXERR_NAME_BUFOVERFLOW
The name has been truncated
PXERR_OBJ_ILLOBJ
The passed object handle is not valid
PXERR_PROT_PERMISSION
The name is not readable for the calling task
PXERR_SERVICE_NOT_CONFIGURED
Service has not been configured
PXERR_ILLEGAL_ACCESS
Access through parameter pointer in size is illegal
- DESCRIPTION
-
PxToSetName assigns the name to the object with handle
to
.PxToSetName is the specialized version of PxObjetName applicable to timout objects.