Changeset 589 for trunk/include


Ignore:
Timestamp:
Aug 19, 1999, 9:51:18 PM (26 years ago)
Author:
sandervl
Message:

More PE resource changes

Location:
trunk/include
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winimage.h

    r570 r589  
    1 /* $Id: winimage.h,v 1.7 1999-08-19 10:24:53 sandervl Exp $ */
     1/* $Id: winimage.h,v 1.8 1999-08-19 19:51:18 sandervl Exp $ */
    22
    33/*
     
    132132        HRSRC   findResourceA(LPCSTR lpszName, LPSTR lpszType);
    133133        HRSRC   findResourceW(LPWSTR lpszName, LPWSTR lpszType);
     134        ULONG   getResourceSizeA(LPCSTR lpszName, LPSTR lpszType);
     135        ULONG   getResourceSizeW(LPCWSTR lpszName, LPWSTR lpszType);
    134136
    135137        int   getWin32ResourceId(int id);
     
    180182        void  AddOrdExport(ULONG virtaddr, ULONG ordinal);
    181183
     184        ULONG getPEResourceSize(ULONG id, ULONG type, ULONG lang = LANG_GETFIRST);
    182185        Win32Resource *getPEResource(ULONG id, ULONG type, ULONG lang = LANG_GETFIRST);
     186
     187        PIMAGE_RESOURCE_DATA_ENTRY getPEResourceEntry(ULONG id, ULONG type, ULONG lang = LANG_GETFIRST);
    183188        PIMAGE_RESOURCE_DATA_ENTRY ProcessResSubDir(PIMAGE_RESOURCE_DIRECTORY prdType,
    184189                                                    ULONG *nodeData, int level);
  • trunk/include/winres.h

    r581 r589  
    1 /* $Id: winres.h,v 1.5 1999-08-19 14:18:24 sandervl Exp $ */
     1/* $Id: winres.h,v 1.6 1999-08-19 19:51:18 sandervl Exp $ */
    22
    33/*
     
    3232    virtual  PVOID lockOS2Resource();   //get converted OS/2 resource
    3333
    34              ULONG sizeofResource()             { return ressize; };
     34             ULONG getSize()            { return ressize; };
    3535
    3636             ULONG getOS2Handle()               { return OS2ResHandle; };
Note: See TracChangeset for help on using the changeset viewer.