JCL Help:OverlayIconShortCut

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Overlays an icon with the system 'shortcut' icon.


Pascal

 function OverlayIconShortCut(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 shortcut 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 shortcut 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 shortcut. This function uses the OverlayIcon function internally and the notes about icon sizes mentioned there apply here.


See Also

OverlayIcon OverlayIconShared


About

Unit

JclShell


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