Table of Contents

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

IntPtr

Hdc

Refers to an HDC

public IntPtr Hdc { readonly get; set; }

Property Value

IntPtr

Window

Refers to an HWND

public IntPtr Window { readonly get; set; }

Property Value

IntPtr