wisdom
Loading...
Searching...
No Matches
WisWin32WindowDesc Struct Reference

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisWin32WindowDesc {
void* hinstance;
void* hwnd;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct Win32WindowDesc {
void* hinstance;
void* hwnd;
};
}

Members


  • hinstance HINSTANCE of the window. Cast to HINSTANCE internally.
  • hwnd HWND of the window. Cast to HWND internally.

Description


See Also


See also
Functions: wisWin32ExtensionCreateSurface