Description Returns the Journal McDBNode instance representing a given COM object.
-
Return Type
-
A McDBNode object. A McDBNode with the McDBNode representing the Database object. Failure Returns Nothing. Failure conditions: * Handler does Not exist for mcdatSC_Object and mcdatnc_ObjectToJournal and COM object. * Handler specific (which may include access problems due to security).
-
Syntax
-
object.ObjectToJournal (pUnknown, [lAncestorLevel])
The ObjectToJournal Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataJournal. | | pUnknown | Required. An IUnknown object. | | lAncestorLevel | Optional. A Long value. |
|