wisdom
Loading...
Searching...
No Matches
WisUWPWindowDesc Struct Reference
API Reference
»
Structures
|
Module Reference
»
Platform Reference
Detailed Description
Specification
C version:
// Provided by Wisdom 0.7.0.
typedef
struct
WisUWPWindowDesc
{
void
* core_window;
}
WisUWPWindowDesc
;
WisUWPWindowDesc
C++ version:
namespace
wis{
// Provided by Wisdom 0.7.0.
struct
UWPWindowDesc {
void
* core_window;
};
}
Members
core_window
Pointer to the UWP CoreWindow. Cast to ICoreWindow* internally.
Description
See Also
See also
Functions
:
wisUWPExtensionCreateSurface
WisUWPWindowDesc
Generated by
1.9.8