PxGetObjsize()

Return the size of an object.

APPLIES TO

8.2.0

SYNOPSIS
PxSize_t PxGetObjsize(void);
RETURN VALUES
  • Size of a generic PXROS object

DESCRIPTION

PxGetObjsize returns the size (in bytes) for an object representation in the current PXROS version.

IMPLEMENTATION GUIDELINES
Before call
  • No checks necessary.

After call
  • No checks necessary.

Best Practice
  • No restrictions.

USAGE
#include "pxdef.h"

PxSize_t Objsize = PxGetObjsize();