共用方式為


Resources Functions

Send Feedback

The following table shows the resources functions with a description of the purpose of each.

Programming element PPC SP Description
CreateIconIndirect X X This function creates an icon or cursor from an ICONINFO structure.
DestroyIcon X X This function destroys an icon and frees any memory the icon occupied.
DrawIconEx X X This function draws an icon in the specified device context, performing the raster operations as specified.
ExtractIconEx X X This function retrieves icon handles from the specified executable file or dynamic-link library (DLL).
FindResource X X This function determines the location of a resource with the specified type and name in the specified module.
GetIconInfo X X This function retrieves information about the specified icon or cursor.
LoadIcon X X This function loads the specified icon resource from the executable (.exe) file associated with an application instance.
LoadResource X X This function returns a handle to a specified resource located in a dynamic-link library (DLL) or executable.
LockResource X X This function locks the specified resource in memory.
SizeofResource X X This function returns the size, in bytes, of the specified resource.
LoadImage X X This function loads an icon, cursor, or bitmap.

See Also

Resources Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.