Home -> WindowInfoWin32 -> Constructor
Description
The WindowInfoWin32 constructor creates a platform binding structure and initializes the inherited structureSizeInBytes and type discriminator fields.
Usage
WindowInfoWin32(HWND windowHandle, const V2UInt32& windowSizeInPixels);
WindowInfoWin32(HWND windowHandle, HINSTANCE instanceHandle, const V2UInt32& windowSizeInPixels);
Argument list
- windowHandle [HWND]
- The Win32 window handle to bind.
- instanceHandle [HINSTANCE]
- The optional Win32 application instance handle.
- windowSizeInPixels [const V2UInt32&]
- The current drawable window size in pixels.