ReactOS 0.4.17-dev-934-g091855f
ID2D1Device1 Interface Reference
Inheritance diagram for ID2D1Device1:
Collaboration diagram for ID2D1Device1:

Public Member Functions

D2D1_RENDERING_PRIORITY GetRenderingPriority ()
 
void SetRenderingPriority ([in] D2D1_RENDERING_PRIORITY priority)
 
HRESULT CreateDeviceContext ([in] D2D1_DEVICE_CONTEXT_OPTIONS options, [out] ID2D1DeviceContext1 **device_context)
 
- Public Member Functions inherited from ID2D1Device
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
 

Detailed Description

Definition at line 68 of file d2d1_2.idl.

Member Function Documentation

◆ CreateDeviceContext()

HRESULT ID2D1Device1::CreateDeviceContext ( [in] D2D1_DEVICE_CONTEXT_OPTIONS  options,
[out] ID2D1DeviceContext1 **  device_context 
)

◆ GetRenderingPriority()

D2D1_RENDERING_PRIORITY ID2D1Device1::GetRenderingPriority ( )

◆ SetRenderingPriority()

void ID2D1Device1::SetRenderingPriority ( [in] D2D1_RENDERING_PRIORITY  priority)

The documentation for this interface was generated from the following file: