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

More PE resource changes

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.