DX10View_InitializeWindow DirectX 10 Callback Reference

    RTSHADER_API HWND DX10View_InitializeWindow
    (
        HWND    hWnd
    );
Creates and initializes a DirectX 10 swap chain (tagDX10ViewGlobals::m_pSwapChain), a render target (tagDX10ViewGlobals::m_pRenderTargetView) and depth/stencil view (tagDX10ViewGlobals::m_pDSView) that is bound to the window handle parameter (hWnd). This needs to be called for every window that will be set to DirectX10 mode.
Parameters:
hWnd  Handle to the window.
See also:
tagDX10ViewGlobals, DirectX10 Callbacks
Since:
7.0