The CreateIconIndirect function creates an icon or cursor from an ICONINFO structure.
HICON CreateIconIndirect(
PICONINFO piconinfo |
// pointer to icon information structure |
); |
If the function succeeds, the return value is the handle to the icon or cursor that is created.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
The system copies the bitmaps in the ICONINFO structure before creating the icon or cursor. The application must continue to manage the original bitmaps and delete them when they are no longer necessary.
When you are finished using the icon, destroy it using the DestroyIcon function.
file: /Techref/os/win/api/win32/func/src/f10.htm, 2KB, , updated: 2001/6/25 06:37, local time: 2024/11/8 00:58,
3.145.58.48:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f10.htm"> CreateIconIndirect</A> |
Did you find what you needed? |