Share via


CHwndRenderTarget::ReCreate

Visual Studio 2010 SP1 is required.

Re-creates a render target associated with the window

BOOL ReCreate(
   HWND hWnd
);

Parameters

  • hWnd
    The HWND associated with this render target

Return Value

If the method succeeds, it returns TRUE. Otherwise, it returns FALSE.

Requirements

Header: afxrendertarget.h

See Also

Reference

CHwndRenderTarget Class