<< Previous | Next >>

registry_finish_write

int registry_finish_write( RegistryContext * r);

Description

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

   

registry_prep_write()
registry_write()
registry_finish_write()

Parameter

r
RegistryContext structure, 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_read, registry_enumerate, registry_update, registry_get


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