Hi everyone:
Is there any way to get access to internal data represented by Icon or Cursor handle (HICON or HCURSOR) -- some sort of kernel or low-level API that does opposite to CreateIconFromResource()? Something that could return icon/cursor intenal data given its handle?
I know that there is GetIconInfo() API, which is good in many cases, but it is completely useless to retrieve full info about animated cursor by its handle, in particular. All it does, it returns a shot of a first frame of it.
Any ideas will be greatly appreciated!!!
Is there any way to get access to internal data represented by Icon or Cursor handle (HICON or HCURSOR) -- some sort of kernel or low-level API that does opposite to CreateIconFromResource()? Something that could return icon/cursor intenal data given its handle?
I know that there is GetIconInfo() API, which is good in many cases, but it is completely useless to retrieve full info about animated cursor by its handle, in particular. All it does, it returns a shot of a first frame of it.
Any ideas will be greatly appreciated!!!