JVCL Help:TShellHookInfo

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Record type that contains info about a window's size.

run\JvShellHook.pas


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.

run\JvShellHook.pas


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.

run\JvShellHook.pas


About

Navigation

run\JvShellHook.pas



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