Skip to content
anatol edited this page Jul 13, 2021 · 1 revision

Env::HashFree

void HashFree(HashObj* pHash);

Frees previously allocated hash processor

Parameters

  • pHash : handle to the hash processor

Return value

  • none

Notes

  • Halt() if specified handle is invalid
  • null is NOT a valid parameter

Example

Clone this wiki locally