RegistryPropertyIterateDispose completes the property iteration process.
void RegistryPropertyIterateDispose (RegPropertyIter *cookie);
RegistryPropertyIterateDispose disposes of the iterator used to find properties. It should be called even in the case of an error, so that allocated data structures can be freed.