CreateWindowExW

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
version(Windows)
__gshared extern (Windows) nothrow
HANDLE
CreateWindowExW
(
DWORD
,
LPCWSTR
,
LPCWSTR
,
DWORD
,
int
,
int
,
int
,
int
,
HWND
,
HMENU
,
HINSTANCE
,
LPVOID
)

Meta