INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "Direct access to the WinAPI functions"
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_APIFUN
inherit

WAPI_COMMON_DIALOG_BOX_FUNCTIONS
end

WAPI_GDI_FUNCTIONS
end

WAPI_KERNEL_FUNCTIONS
end

WAPI_USER_FUNCTIONS
end
feature -- Access

MessageBeep (soundtype: BIT 32)
-- The 'MessageBeep' procedure plays a waveform sound. The waveform sound
-- for each sound type is identified by an entry in the [sounds] section
-- of the registry.
end -- class WAPI_APIFUN

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES