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

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisUWPWindowDesc {
void* core_window;

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