Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>findresource</b> determine location of resource http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FindResource         Determine Location of Resource

HANDLE FindResource(hInstance, lpName, lpType)
HANDLE hInstance;
LPSTR lpName; /* Name of resource */
LPSTR lpType; /* Type of resource

             Predefined
          Resources Types
        |-----------------|
        |  RT_CURSOR      |
        |  RT_BITMAP      |
        |  RT_ICON        |
        |  RT_MENU        |
        |  RT_DIALOG      |
        |  RT_STRING      |
        |  RT_FONTDIR     |
        |  RT_FONT        |
        |  RT_ACCELERATOR |
        |  RT_RCDATA      |
        +-----------------+

Note:           If HIWORD(lpName or lpType) is zero then low order word
                is an integer ID. (as produced by MAKEINTRESOURCE)

                If first character of the string is '#' then remaining
                characters are treated as integer ID.

See Also: FreeResource LoadResource MAKEINTRESOURCE

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson