|
ReactOS 0.4.17-dev-934-g091855f
|


Public Member Functions | |
| HRESULT | CreateDeviceContext ([in] D2D1_DEVICE_CONTEXT_OPTIONS options, [out] ID2D1DeviceContext **context) |
| HRESULT | CreatePrintControl ([in] IWICImagingFactory *wic_factory, [in] IPrintDocumentPackageTarget *document_target, [in] const D2D1_PRINT_CONTROL_PROPERTIES *desc, [out] ID2D1PrintControl **print_control) |
| void | SetMaximumTextureMemory ([in] UINT64 max_texture_memory) |
| UINT64 | GetMaximumTextureMemory () |
| HRESULT | ClearResources ([in, defaultvalue(0)] UINT msec_since_use) |
Public Member Functions inherited from ID2D1Resource | |
| void | GetFactory ([out] ID2D1Factory **factory) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 534 of file d2d1_1.idl.
| HRESULT ID2D1Device::CreateDeviceContext | ( | [in] D2D1_DEVICE_CONTEXT_OPTIONS | options, |
| [out] ID2D1DeviceContext ** | context | ||
| ) |
| HRESULT ID2D1Device::CreatePrintControl | ( | [in] IWICImagingFactory * | wic_factory, |
| [in] IPrintDocumentPackageTarget * | document_target, | ||
| [in] const D2D1_PRINT_CONTROL_PROPERTIES * | desc, | ||
| [out] ID2D1PrintControl ** | print_control | ||
| ) |
| UINT64 ID2D1Device::GetMaximumTextureMemory | ( | ) |