- indexing
- title: "Word operations (low and high). ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
- project: "Windows Eiffel Library"
- copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
- cluster: wel
class WEL_WORD_OPERATIONS
- inherit
-
WAPI_ATOMS
- end
- feature -- Basic operations
-
cwin_lo_word (value: INTEGER): INTEGER
-
-
-- SDK LOWORD
-
cwin_hi_word (value: INTEGER): INTEGER
-
-
-- SDK HIWORD
-
cwin_make_long (low, high: INTEGER): INTEGER
-
-
-- SDK MAKELONG
end -- class WEL_WORD_OPERATIONS