PxOpoolIdResetError()
Reset the last error of the object handle Opool.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxError_t PxOpoolIdResetError (PxOpool_t *Opool); - ARGUMENTS
|
- RETURN VALUES
-
-
The last error of the object handle
Opool
-
- DESCRIPTION
-
PxOpoolIdResetErrorresets the last error of the object handleOpool.
- USAGE
-
#include "pxdef.h" PxError_t err = PxOpoolIdResetError(Opool);