JVCL Help:TShellHookInfo
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TShellHookInfo type
[+] JvShellHook.pas Records
[+] TShellHookInfo Fields
Search in JVCL Help
Search in all projectsSummary
Record type that contains info about a window's size.
Pascal
run\JvShellHook.pas
PShellHookInfo = ^TShellHookInfo;
TShellHookInfo = record
hwnd: THandle;
rc: TRect;
end;
Members
Members | Description |
hwnd: THandle; | Handle to the window. |
rc: TRect; | A rect describing the size of the window. |
Description
TShellHookInfo is used by the Msg parameter of the OnShellMessage event in TJvShellHook. When the wParam of the message is HSHELL_GETMINRECT, lParam contains a TShellHookInfo record.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page