<< Previous | Next >>

registry_finish_read

int registry_finish_read( RegistryContext * r);

Description

Finish reading a registry, and clean up resources. Most applications will use the sequence of functions:

   

registry_prep_read()
registry_read() and/or registry_enumerate()| registry_finish_read()

Parameter

r
RegistryContext struct, as set by registry_prep_read().

Return Value

<0: general failure, code will be negative of one of the codes in ERRNO.LIB.
 0: OK.

Library

registry.lib

See Also

registry_read, registry_prep_read, registry_prep_write, registry_write, registry_finish_write, registry_enumerate, registry_update, registry_get


Dynamic C Functions << Previous | Next >> rabbit.com