- indexing
- title: "EOLE_INPLACE_FRAME_INFO", "The OLEINPLACEFRAMEINFO structure contains information about", "the accelerators supported by a container during an in-place", "session. The structure used in the", "IOleInPlaceSite::GetWindowContext method and the", "OleTranslateAccelerator API function."
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: wine
class EOLE_INPLACE_FRAME_INFO
- inherit
-
EOLE_OBJECT_WITH_POINTER
- end
- creation
- make
- feature
-
make
-
allocate: POINTER
-
set_cb (cb: INTEGER)
-
set_mdi_app_flag (flag: BOOLEAN)
-
set_frame_hwnd (hwnd: INTEGER)
-
set_accel_handle (haccel: INTEGER)
-
set_accel_entries (accel_entries: INTEGER)
-
get_cb: INTEGER
-
get_mdi_app_flag: BOOLEAN
-
get_frame_hwnd: INTEGER
-
get_accel_handle: INTEGER
-
get_accel_entries: INTEGER
end -- class EOLE_INPLACE_FRAME_INFO