Ignore:
Timestamp:
May 26, 2000, 8:42:57 PM (25 years ago)
Author:
sandervl
Message:

memory map bugfixes + added method for querying image size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagebase.h

    r3588 r3609  
    1 /* $Id: winimagebase.h,v 1.8 2000-05-22 19:08:00 sandervl Exp $ */
     1/* $Id: winimagebase.h,v 1.9 2000-05-26 18:42:56 sandervl Exp $ */
    22
    33/*
     
    105105virtual ULONG getApi(int ordinal) = 0;
    106106
     107virtual ULONG getImageSize();
     108
    107109virtual BOOL  isDll() = 0;
    108110
Note: See TracChangeset for help on using the changeset viewer.