![]() |
Up | ![]() |
TOC | Index | |||
<< 5 Formal Syntax | < 6.1.27 Windows Data Type constants for function/procedure calls | Up: 6 Mini-Guides | 6.1.30 win32/winwire.exw > | 7 Included Tools >> |
6.1.28 win32/window.exw
A Standard Windows Window coded at the primitive API level Most Euphoria programmers should simply use Win32Lib, wxWidgets, EuGTK or EuIUP!
6.1.29 Windows Data Type constants for function/procedure calls
6.1.29.1 C_BYTE
include window.exw public constant C_BYTE
6.1.29.2 C_BOOL
include window.exw public constant C_BOOL
6.1.29.3 C_ATOM
include window.exw public constant C_ATOM
6.1.29.4 C_WORD
include window.exw public constant C_WORD
6.1.29.5 C_DWORD
include window.exw public constant C_DWORD
6.1.29.6 C_WPARAM
include window.exw public constant C_WPARAM
6.1.29.7 C_LPARAM
include window.exw public constant C_LPARAM
6.1.29.8 C_HANDLE
include window.exw public constant C_HANDLE
6.1.29.9 C_HWND
include window.exw public constant C_HWND
6.1.29.10 C_LPSTR
include window.exw public constant C_LPSTR
6.1.29.11 C_COLORREF
include window.exw public constant C_COLORREF
6.1.29.12 C_LONG_PTR
include window.exw public constant C_LONG_PTR
6.1.29.13 create_font
include window.exw public function create_font(atom hdc, sequence fontname = "Veranda", integer points = 12, integer weight = 0, integer fitalic = 0, integer funderline = 0, integer fstrikeout = 0, atom pandf = 0)
6.1.29.14 WndProc
include window.exw public function WndProc(atom hwnd, atom iMsg, atom wParam, atom lParam)