IObjectDictionary.RaiseWriteObject (METH)ΒΆ
METHOD RaiseWriteObject : ABORT_CODE
Used to raise a write object event. All IODCallback instances will be informed. Returns ABORT_CODE.SUCCESSFUL if writing is permitted else error reason.
- InOut:
Scope
Name
Type
Comment
Return
RaiseWriteObjectABORT_CODE.SUCCESSFUL if writing is permitted; other ABORT_CODE if writing is not permitted
Input
itfObjectObject which should be written.
itfSubObjectSubobject which should be written.
pbyDataPOINTER TO BYTE
Pointer to data which should be written. Needed for IODCallback handlers to do range checks.
udiSizeUDINTSize of Bytes to be written