Click or drag to resize

IMcObjectsLastErrorCode Property

Code of last error processed by the common error reporting facility.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Property LastErrorCode As Integer
	Get
	Set

Property Value

Type: Int32
Remarks
If the return long lValue is initialized to one of the mcobjLastErrorCodePrimeValues, then special information is returned instead of the stored LastErrorCode. In particular, a value of mcobjLECPV_GetCreationOrder will be replaced by the McObjects collection's creation order. The singleton collection will always be 0, while background collections will be 1 or more. In order to use this facility, you must use the raw call to this method without any wrapper or proxy intervening. Thus it is feasible only from Native code.
See Also