PxOpoolIdGet()

Return the object ID of the object handle Opool.

APPLIES TO

8.2.0

SYNOPSIS
PxObjId_t PxOpoolIdGet (PxOpool_t Opool);
ARGUMENTS
Opool

An Opool handle

RETURN VALUES
  • Object ID of the object handle Opool

DESCRIPTION

PxOpoolIdGet returns the object ID of the object handle Opool.

USAGE
#include "pxdef.h"

PxObjId_t objid = PxOpoolIdGet(Opool);