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
-
PxOpoolIdResetError resets the last error of the object handle Opool.
- USAGE
-
#include "pxdef.h" PxError_t err = PxOpoolIdResetError(Opool);