CreateTrieSnapshot Function

Creates a snapshot of all keys in the map. If the map is changed after this call, the changes are not reflected in the snapshot. Keys are not sorted.

Handle CreateTrieSnapshot(Handle map)

Parameters

Handle map

Map Handle.

Return Value

New Map Snapshot Handle, which must be closed via CloseHandle().

Errors

Invalid Handle.