Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IMPORTANT: You should always release the handle to an SRP Hash Table when you no longer need it by calling SRP_HashTable_Release.

Examples

Code Block
// Get the key-value pairs using @FM and @VM
List = SRP_HashTable_GetKeyValuePairs(Handle)

// Get the key-value pairs using ~ and ,
List = SRP_HashTable_GetKeyValuePairs(Handle, "~", ",")