void HlpCreateStringForHashValue(DWORD HashValue, LPSTR Buffer)
Creates a String that has the same Hash-Code and can be used to Transfer hash-code data to Winhelp as a context-String for example in JumpId()-Macros and "-i"-command line Parameter.
Defined in: C:/HLPACCES/HASH.C
Parameters
HashValue
Hash-Code that shall be decoded
Buffer
Buffer for the decoded hash-Value. Minimum Size is 20 Bytes.
Comments
This Function is implemented in a rather slow manner, so do not call it more often than needed.