home *** CD-ROM | disk | FTP | other *** search
-
- //# This file was generated by the SOM Compiler.
- //# FileName: wpbitmap.id2.
- //# Generated using:
- //# SOM Precompiler somopc: 2.2
- //# SOM Emitter emitidl: 2.7
-
- // Module Header
- //
- // Module Name: WPBITMAP
- //
- // OS/2 Presentation Manager Workplace class definitions
- //
- // Copyright (c) International Business Machines Corporation 1991, 1992
- //
-
- #ifndef wpbitmap_idl
- #define wpbitmap_idl
-
- #include "wpdataf.idl"
- #include <somcls.idl>
-
- interface M_WPBitmap;
-
- interface WPBitmap : WPDataFile
-
- {
-
- #ifdef __SOMIDL__
- implementation {
-
- //# Class Modifiers
- externalstem = wpbmp;
- local;
- externalprefix = bmp_;
- majorversion = 1;
- minorversion = 2;
- filestem = wpbitmap;
- metaclass = M_WPBitmap;
- callstyle = oidl;
- dllname = "pmwp.dll"; //sahsom2
-
-
- //# Method Modifiers
- wpSetup: override;
-
- };
- #endif /* __SOMIDL__ */
- };
-
- interface M_WPBitmap
- {
-
- #ifdef __SOMIDL__
- implementation {
-
- //# Class Modifiers
- externalstem = wpbmp;
- local;
- externalprefix = bmpM_;
- majorversion = 1;
- minorversion = 2;
- filestem = wpbitmap;
- callstyle = oidl;
- dllname = "pmwp.dll"; //sahsom2
-
- //# Method Modifiers
- wpclsQueryInstanceFilter: override;
- wpclsQueryInstanceType: override;
- wpclsInitData: override;
- wpclsQueryTitle: override;
- wpclsQueryDefaultHelp: override;
-
- //# Data Modifiers
-
- };
- #endif /* __SOMIDL__ */
- };
-
- #endif /* wpbitmap_idl */
-