home *** CD-ROM | disk | FTP | other *** search
-
- //# This file was generated by the SOM Compiler.
- //# FileName: wpstart.id2.
- //# Generated using:
- //# SOM Precompiler somopc: 2.2
- //# SOM Emitter emitidl: 2.7
-
- // Module Header
- //
- // Module Name: WPSTART
- //
- // OS/2 Presentation Manager Workplace class definitions
- //
- // Copyright (c) International Business Machines Corporation 1991, 1992
- //
-
- #ifndef wpstart_idl
- #define wpstart_idl
-
- #include "wpfolder.idl"
- #include <somcls.idl>
-
- interface M_WPStartup;
-
- interface WPStartup : WPFolder
-
-
- {
-
- #ifdef __SOMIDL__
- implementation {
-
- //# Class Modifiers
- externalstem = WPStart;
- local;
- externalprefix = stp_;
- majorversion = 1;
- minorversion = 2;
- filestem = wpstart;
- metaclass = M_WPStartup;
- callstyle = oidl;
- dllname = "pmwp.dll"; //sahsom2
-
-
-
- //# Method Modifiers
- wpSetup: override;
- wpRestoreState: override;
- wpFree: override;
-
- };
- #endif /* __SOMIDL__ */
- };
-
- interface M_WPStartup
- {
-
- #ifdef __SOMIDL__
- implementation {
-
- //# Class Modifiers
- externalstem = WPStart;
- local;
- externalprefix = stpM_;
- majorversion = 1;
- minorversion = 2;
- filestem = wpstart;
- callstyle = oidl;
- dllname = "pmwp.dll"; //sahsom2
-
- //# Method Modifiers
- wpclsQueryDefaultHelp: override;
- wpclsQueryTitle: override;
- wpclsQueryIconData: override;
- wpclsQueryStyle: override;
-
- };
- #endif /* __SOMIDL__ */
- };
-
- #endif /* wpstart_idl */
-