|
The wsreg_initialize() function initializes the wsreg library.
The level argument can be one of the following:
-
WSREG_INIT_NORMAL
- If an old registry file is present, attempt to perform a conversion.
-
WSREG_INIT_NO_CONVERSION
- If an old conversion file is present, do not perform the conversion, but indicate that the conversion is recommended.
The alternate_root argument can be used to specify a root prefix. If NULL is specified, no root prefix is used.
|