Struct InternalWindowsWmInfo
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The internal windows wm info
public struct InternalWindowsWmInfo
Inherited Members
Properties
HInstance
Refers to an H INSTANCE
public IntPtr HInstance { readonly get; set; }
Property Value
Hdc
Refers to an HDC
public IntPtr Hdc { readonly get; set; }
Property Value
Window
Refers to an HWND
public IntPtr Window { readonly get; set; }