IWICStreamProvider interface
Exposes methods for a stream provider.
Members
The IWICStreamProvider interface inherits from the IUnknown interface. IWICStreamProvider also has these types of members:
Methods
The IWICStreamProvider interface has these methods.
| Method | Description |
|---|---|
| GetPersistOptions |
Gets the persist options used when initializing the component with a stream. |
| GetPreferredVendorGUID |
Gets the preferred vendor GUID. |
| GetStream |
Gets the stream held by the component. |
| RefreshStream |
Informs the component that the content of the stream it's holding onto may have changed. The component should respond by dirtying any cached information from the stream. |
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Library |
|
|
DLL |
|
Show: