JCL Help:OverlayIconShared
From Project JEDI Wiki
Jump to navigationJump to searchSearch in JCL Help
Search in all projects
Summary
Overlays an icon with the system 'shared' icon.
Pascal
function OverlayIconShared(var Large: HICON; var Small: HICON): Boolean;
Parameters
Parameters | Description |
var Large: HICON | On input this must be a valid handle to a large icon. On exit this will be the handle of that same icon, overlayed with the shared folder icon. |
var Small: HICON | On input this must be a valid handle to a small icon. On exit this will be the handle of that same icon, overlayed with the shared folder icon. |
Return Value
If the function succeeds it returns True, if it fails it returns False.
Description
OverlayIconShortCut overlays the icon passed in with the icon that the shell uses to represent a shared item. This function uses the OverlayIcon function internally and the notes about icon sizes mentioned there apply here.
See Also
OverlayIcon OverlayIconShortCut
About
Unit
Donator
Marcel van Brakel
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