INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "Language ID creation/extraction methods."
project: "Visual Eiffel Win32 Library"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: winlib
class WAPI_LANGUAGE
feature -- Access

MAKELANGID (primarylanguage, sublanguage: BIT 32): BIT 32
-- The MAKELANGID creates a language identifier from a primary language
-- and a sublanguage identifier.
-- The Result value is a language identifier that can be used with the
-- 'FindResourceEx' and 'EnumResLangProc'

PRIMARYLANGID (lgid: BIT 32): BIT 32

SUBLANGID (lgid: BIT 32): BIT 32
end -- class WAPI_LANGUAGE

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES