Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 785 Bytes

d1101-unknown-handle.md

File metadata and controls

43 lines (28 loc) · 785 Bytes
title ms.assetid description keywords topic_type api_name api_type ms.topic ms.date
D1101 Unknown Handle
ae40058a-ea17-4262-87dc-0ce852c16c2a
An interface not allocated by this DLL was passed to it.
D1101 Unknown Handle Direct2D
apiref
D1101 Unknown Handle
NA
reference
05/31/2018

D1101: Unknown Handle

An interface [interface] not allocated by this DLL was passed to it.

Placeholders

interface

The address of the interface.

 

Possible Causes

Invalid resource usage. The resource created outside of Direct2D is used with a Direct2D factory, or the resources created on one factory was used with a resource created by another factory.