home *** CD-ROM | disk | FTP | other *** search
-
- //# This file was generated by the SOM Compiler.
- //# FileName: wptrans.id2.
- //# Generated using:
- //# SOM Precompiler somopc: 2.2
- //# SOM Emitter emitidl: 2.7
-
- // Module Header
- //
- // Module Name: WPTRANS
- //
- // OS/2 Presentation Manager Workplace class definitions
- //
- // Copyright (c) International Business Machines Corporation 1991, 1992
- //
-
- #ifndef wptrans_idl
- #define wptrans_idl
-
- #include "wpobject.idl"
- #include <somcls.idl>
-
- interface M_WPTransient;
-
- interface WPTransient : WPObject
-
-
- {
-
- #ifdef __SOMIDL__
- implementation {
-
- //# Class Modifiers
- externalstem = wptrn;
- local;
- externalprefix = trn_;
- majorversion = 1;
- minorversion = 2;
- filestem = wptrans;
- metaclass = M_WPTransient;
- callstyle = oidl;
- dllname = "pmwp.dll"; //sahsom2
-
- passthru C_h_after = ""
- " typedef struct _TRANSINFO"
- " {"
- " struct _TRANSINFO *pNext; /* Next structure */"
- " WPObject *Object; /* Object pointer */"
- " ULONG Handle; /* Object handle (low word only) */"
- " } TRANSINFO;"
- ""
- " typedef TRANSINFO *PTRANSINFO;"
- "";
-
-
- //# Method Modifiers
- wpQueryHandle: override;
- wpCopyObject: override;
- wpSaveDeferred: override;
-
- //# Data Modifiers
-
-
- };
- #endif /* __SOMIDL__ */
- };
-
- interface M_WPTransient
- {
-
- #ifdef __SOMIDL__
- implementation {
-
- //# Class Modifiers
- externalstem = wptrn;
- local;
- externalprefix = trnM_;
- majorversion = 1;
- minorversion = 2;
- filestem = wptrans;
- callstyle = oidl;
- dllname = "pmwp.dll"; //sahsom2
-
- //# Method Modifiers
- wpclsQueryTitle: override;
- wpclsQueryStyle: override;
-
-
- };
- #endif /* __SOMIDL__ */
- };
-
- #endif /* wptrans_idl */
-