Memcmp Data Member Function

Compares two objects using the memcmp function. Returns 0 if the objects match exactly. Otherwise returns non-zero.

Prototype

int32 Memcmp( uint32 lhs, uint32 rhs, int32 p_nCount )

Parameters

Parameter Type Parameter Name Documentation
uint32lhsThe left hand value.
uint32rhsThe right hand value.
int32p_nCountThe number of bytes to compare.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.