' Windows.sbp - declarations file for Windows API. #ifndef _INC_WINDOWS #define _INC_WINDOWS TypeDef OLECHAR = WCHAR TypeDef LPOLESTR = *OLECHAR TypeDef LPCOLESTR = LPOLESTR TypeDef BSTR = LPOLESTR TypeDef LANGID = Word TypeDef LCID = DWord TypeDef LCTYPE = DWord TypeDef LGRPID = DWord TypeDef PROPID = DWord TypeDef WNDPROC = *Function(hwnd As HWND, msg As DWord, wParam As WPARAM, lParam As LPARAM) As LRESULT TypeDef DLGPROC = *Function(hwnd As HWND, msg As DWord, wParam As WPARAM, lParam As LPARAM) As LONG_PTR #require #require #require #require #require #require #require #require #require #require #require #require #endif '_INC_WINDOWS