home *** CD-ROM | disk | FTP | other *** search
-
- NAME dibview
- DESCRIPTION 'dibview App'
- EXETYPE WINDOWS
- STUB 'WINSTUB.EXE'
- CODE LOADONCALL MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 1024
-
- SEGMENTS
- _DIBVIEW PRELOAD MOVEABLE DISCARDABLE
- _INIT PRELOAD MOVEABLE DISCARDABLE
- _TEXT PRELOAD MOVEABLE DISCARDABLE
-
-
- EXPORTS FrameWndProc
- ChildWndProc
- AboutDlg
- PaletteWndProc
- FileOpenHookProc
- FileSaveHookProc
- InfoDlgProc
- PrintAbortProc
- PrintAbortDlg
- StretchDlg
-