PxToIdGet()
Return the object ID of the object handle To.
- APPLIES TO
-
8.2.0
- SYNOPSIS
-
PxObjId_t PxToIdGet (PxTo_t To);
- ARGUMENTS
|
- RETURN VALUES
-
-
Object ID of the object handle To
-
- DESCRIPTION
-
PxToIdGet returns the object ID of the object handle To.
- USAGE
-
#include "pxdef.h" PxObjId_t objid = PxToIdGet(To);