IProvisioningDomain
Note Wireless Provisioning Services (WPS) is no longer available as of Windows Vista.
The IProvisioningDomain interface is the public interface to the WPS provisioning store on the client. The IProvisioningDomaininterface is used to do the following:
Add WPS XML files for pre-provisioning in the provisioning store. Files can only be added if the domain does not currently exist within the provisioning store.
For more information about pre-provisioning, see Wireless Network Provisioning.
Query the WPS provisioning store for XML data. Queries can be made for any or all domains within the store. Queries can also be made for any or all language versions of the XML data.
WPS manages XML files in the provisioning store based on a WISP domain. The domain and its parameters are defined through the Master schema.
Methods
The following methods are listed in vtable order:
IUnknown method | Description |
---|---|
QueryInterface |
Returns pointers to supported interfaces |
AddRef |
Increments the reference count |
Release |
Decrements the reference count |
IProvisioningDomain method | Description |
---|---|
Adds XML files to the WPS provisioning store for a WISP domain |
|
Queries the WPS provisioning store for XML data from any WISP domain and/or language version |
Headers
Defined in netprov.h. Include netprov.h.
Comments
The IProvisioningDomain interface supports the Wireless Network Provisioningmethod.
The XML data used in this interface is based on the following schemas:
E_NOTIMPL is not a valid return type for any of the IProvisioningDomain interface's methods.
Note This interface is not available for use beginning with Windows Vista.