The wsreg_add_compatible_version() function returns a non-zero value if the specified backward-compatible version was successfully added; otherwise, 0 is returned.
The wsreg_remove_compatible_version() function returns a non-zero value if the specified backward-compatible version was successfully removed; otherwise, 0 is returned.
The wsreg_get_compatible_versions() function returns a null-terminated array of char pointers that represents the specified component's list of backward-compatible versions. If the specified component has no such versions, NULL
is returned. The resulting array and its contents must be released by the caller.
|