hu_MemCmpFunc

Prototype of user-provided callback function for comparing the specified number of bytes of two memory locations.

Synopsis:

#include "huctx.h"
 
typedef int hu_MemCmpFunc(const void *block1, const void *block2, size_t len, void *cbData);

Since:

BlackBerry 10.0.0

Library:

libhuapi (For the qcc command, use the -l huapi option to link against this library)

Description:

The cbData argument is initialized during global context creation and will be passed to this function.