Tao.Sdl SDK Documentation

Sdl.SDL_SysWMinfo_Windows Structure

The Windows custom window manager information structure. TODO

For a list of all members of this type, see Sdl.SDL_SysWMinfo_Windows Members.

System.Object
   System.ValueType
      Tao.Sdl.Sdl.SDL_SysWMinfo_Windows

[Visual Basic]
Public Structure Sdl.SDL_SysWMinfo_Windows
[C#]
public struct Sdl.SDL_SysWMinfo_Windows

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Struct in SDL_syswm.h

            struct SDL_SysWMinfo {
                SDL_version version;
                HWND window;
                HGLRC hglrc;
            } SDL_SysWMinfo;
            

Requirements

Namespace: Tao.Sdl

Assembly: Tao.Sdl (in Tao.Sdl.dll)

See Also

Sdl.SDL_SysWMinfo_Windows Members | Tao.Sdl Namespace