PxOpoolIdResetError()

Reset the last error of the object handle Opool.

APPLIES TO

8.2.0

SYNOPSIS
PxError_t PxOpoolIdResetError (PxOpool_t *Opool);
ARGUMENTS
Opool

Pointer to the Opool handle

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);