StringMapSnapshot < Handle

Last Updated2014-11-15
Created At2014-11-15

A StringMapSnapshot is created via StringMap.Snapshot(). It captures the keys on a map so they can be read. Snapshots must be freed with delete or CloseHandle().

Methods2
SymbolDescription
GetKeyRetrieves the key string of a given key in a map snapshot.
KeyBufferSizeReturns the buffer size required to store a given key. That is, it returns the length of the key plus one.
Properties1
SymbolTypeDescription
LengthintReturns the number of keys in the map snapshot.