3.1.6.2 Load Provider

The server creates a provider instance and passes namespace name, locale ID, ProviderArchitectureType, and a pointer to callback into it. If the provider initialization was successful, the server creates an entry for the given provider in ProviderTable with ProviderEntryPoint as pointer to the provider instance created above. The server will proceed with the specific client's request upon successful load of the provider. The error encountered during load will be sent to the server, and the server terminates the client's request with WBEM_E_PROVIDER_LOAD_FAILURE.