ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Factory2 Class / RegisterStereoStatusWindow Method

In This Topic
    RegisterStereoStatusWindow Method
    In This Topic
    HRESULT IDXGIFactory2::RegisterStereoStatusWindow([In] HWND WindowHandle,[In] unsigned int wMsg,[Out] unsigned int* pdwCookie)
    Syntax
    'Declaration
     
    Public Function RegisterStereoStatusWindow( _
       ByVal windowHandle As IntPtr, _
       ByVal wMsg As Integer _
    ) As Integer
    public int RegisterStereoStatusWindow( 
       IntPtr windowHandle,
       int wMsg
    )

    Parameters

    windowHandle
    wMsg
    See Also