Windows error 0x88990022, -2003238878

Detailed Error Information

D2DERR_OUTSTANDING_BITMAP_REFERENCES[1]

MessageThe operation cannot complete while there are outstanding references to the target bitmap.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)true
FacilityCode2201 (0x899)
NameFACILITY_DIRECT2D[1]
Error Code34 (0x0022)

Questions

0votes
0answers

ID2D1HwndRenderTarget::Resize FAILED

while( 1 ) { ... pdev->Resize( D2D1::SizeU( unclientwidth, unclientheight ) ); pdev->Clear( &ImplColorD2D1( D2D1::ColorF(0.0, 0.0, 0.00) ) ); } I want to update the size of the render target the same size with the window client size. Code above is all my opertions where I call ID2D1HwndRenderTarget interface. Even there's [...] read more
c++
direct2d

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0