Table of Contents

hfzGetErrorStr

Description

Retrieve a description string for a LibHFZ error code.

Function prototype

const char* hfzGetErrorStr(long ErrorCode);

Arguments

Name Type Description
ErrorCode long A LibHFZ error code.

Return value

A handle to a null-terminated string containing the error description.

Comments

None.