IPortableDeviceClassExtension::Uninitialize method (portabledeviceclassextension.h)

The Uninitialize interface disables the WPD interface, any private interfaces, and device service interfaces that were initialized by the given driver. This method also disables the WIA or WMDM compatibility layers if they are enabled.

Syntax

HRESULT Uninitialize();

Return value

The method returns an HRESULT. Possible return values are shown in the following table.

Return code Description
S_OK
The method succeeded.

Remarks

To be supplied.

Requirements

Requirement Value
Target Platform Windows
Header portabledeviceclassextension.h

See also

IPortableDeviceClassExtension Interface