Closed maul-esel closed 12 years ago
I many cases where memory is allocated for a GUID, it does not need to be persistent. Therefore VarSetCapacity() should be used in favor of AllocateMemory(). This should shorten the code and improve performance
VarSetCapacity()
AllocateMemory()
I many cases where memory is allocated for a GUID, it does not need to be persistent. Therefore
VarSetCapacity()
should be used in favor ofAllocateMemory()
. This should shorten the code and improve performance