CopyIcon The CopyIcon function copies the specified icon from another module to the current module.
VB4-32,5,6
Declare Function CopyIcon Lib "user32" (ByVal hIcon As Long) As Long |
Operating Systems Supported |
Requires Windows NT 3.1 or later; Requires Windows 95 or later |
- hIcon
[in] Handle to the icon to be copied. |
If the function succeeds, the return value is a handle to the duplicate icon.
If the function fails, the return value is NULL. To get extended error information, call GetLastError. |
|