All Frameworks Class Hierarchy This Framework Previous Next Indexes
CATPDMBaseInterfaces Interface CATIPDMLog0
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIPDMLog0
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIPDMLog0
Method Index
- o
GetLogContent(CATLISTV(CATBaseUnknown_var)&)
- Returns the content of the log
Methods
o GetLogContent
-
Returns the content of the log
- Parameters:
-
- oList
- What the log header contains. A list of log records is returned
Each records can be for the modification that it represent Qying it for the intf CATIPDMLogObject0
and using then the member function of that intf
- Returns:
- S_OK: Success
E_FAIL: No List returned (list empty or Log container not created yet)
This object is included in the file: CATIPDMLog0.h
If needed, your Imakefile.mk should include the module: CATPDMBaseItf