wisdom
Loading...
Searching...
No Matches
WisWin32WindowDesc Struct Reference
API Reference
»
Structures
|
Module Reference
»
Platform Reference
Detailed Description
Specification
C version:
// Provided by Wisdom 0.7.0.
typedef
struct
WisWin32WindowDesc
{
void
* hinstance;
void
* hwnd;
}
WisWin32WindowDesc
;
WisWin32WindowDesc
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
WisWin32WindowDesc
Generated by
1.9.8