Jump to content

WPAbstract: Difference between revisions

From EDM2
mNo edit summary
Line 45: Line 45:
Overridden methods.
Overridden methods.
* [[OS2 API:SOM:ObjectMethods:wpclsObjectFromHandle|wpclsObjectFromHandle]]
* [[OS2 API:SOM:ObjectMethods:wpclsObjectFromHandle|wpclsObjectFromHandle]]
* [[OS2 API:SOM:ObjectMethods:wpclsQueryTitle|wpclsQueryTitl]]  
* [[OS2 API:SOM:ObjectMethods:wpclsQueryTitle|wpclsQueryTitle]]  




[[Category:The OS/2 API Project]]
[[Category:The OS/2 API Project]]

Revision as of 23:24, 13 April 2012

Description

This is the first of the three base WPS storage classes which are derived from WPObject. All subclasses of this class have in common that objects of them do not physically exist as files in the file system, but save their data in OS2.INI only. As a result, objects of subclasses of this class are not visible outside the WPS.

Note: This class is only an abstract superclass for subclasses. There should not be any objects of this class directly, but only of the subclasses.

Class definition file

  • wpabs.idl

DLL

  • PMWP.DLL

Class hierarchy SOMObject

Instance methods

N/A

SOMObject instance methods

WPObject instance methods

Overridden methods.

Class methods

WPObject class methods

Overridden methods.