home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wpentk.zip
/
WBPENTK4.DSK
/
IDMCOLL.IDL
< prev
next >
Wrap
Text File
|
1994-10-07
|
856b
|
48 lines
//
// idmcoll.idl
//
// CLASS: IDMCollectResult
//
// CLASS HIERARCHY:
//
// SOMObject
// └── IDMResult
// └── IDMCollectResult
//
// DESCRIPTION:
//
// Input Data Collection class.
//
#ifndef __IDMCOLLECT_IDL__
#define __IDMCOLLECT_IDL__
#include <somcls.idl>
#include <idmres.idl>
interface IDMCollectResult : IDMResult
{
#ifdef __SOMIDL__
implementation
{
releaseorder: idmresGetStrokeType;
functionprefix = IDMColl_;
filestem = idmcoll;
majorversion = 0;
minorversion = 0;
// Method Modifiers
idmresInitIdmResult: override;
// Passthru sections
#include "passthru.idl"
}; /* implementation section */
#endif /* ifdef __SOMIDL__ */
}; /* interface section */
#endif /* ifdef __IDMCOLLECT_IDL__ */