Changeset 9955


Ignore:
Timestamp:
Mar 31, 2003, 3:23:14 AM (22 years ago)
Author:
bird
Message:

Added isCustomDllExcluded()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/win32k/include/pe2lx.h

    r6853 r9955  
    1 /* $Id: pe2lx.h,v 1.14 2001-09-28 07:43:38 sandervl Exp $
     1/* $Id: pe2lx.h,v 1.15 2003-03-31 01:23:14 bird Exp $
    22 *
    33 * Pe2Lx class declarations. Ring 0 and Ring 3
     
    139139    static BOOL initOdin32Path();
    140140    static BOOL setOdin32Path(const char *psz);
     141    #ifndef RING0
     142    static BOOL isCustomDllExcluded(const char *pszModuleName);
     143    #endif
    141144
    142145    /** @cat static dump methods */
    143146    static VOID dumpNtHeaders(PIMAGE_NT_HEADERS pNtHdrs);
    144147    static VOID dumpSectionHeader(PIMAGE_SECTION_HEADER pSection);
     148
    145149
    146150private:
Note: See TracChangeset for help on using the changeset viewer.