Calculates hash for specified icon data which can be used later in PrlApi_ValidateInCache.
PRL_RESULT PrlApi_CalcIconHash( PRL_VOID_PTR iconData, PRL_UINT32 iconDataSize, PRL_VOID_PTR_PTR pCalculatedHash );
PrlApiManager.h
PRL_RESULT. Possible values: PRL_ERR_SUCCESS - operation completed successfully PRL_ERR_INVALID_ARG - wrong pointer or data size was provided PRL_ERR_OUT_OF_MEMORY - not enough memory to complete operation