Description: | Contains the offset of the data passed in the current method invocation. |
Used in control(s): | DDE |
Value: | The offset, from the start of the complete DDE data, of the data being passed in the current method invocation. When the DDE data is too long to fit in the parameter passed by the RequestData method or GetHotData method, these methods need to be invoked several times. Set the value to zero to interrupt the transfer of data. Otherwise do not change the value. When data less than 1024 bytes is transferred, PowerCOBOL sets the value to zero. |
Default value: | None. |
COBOL picture: | S9(9) COMP-5 |
OLE data type: | VT_I4 |
Design time access: | Not accessible. |
Execution time access: | Set and reference. |
Backward compatibility attribute: | POW-DDEDATAOFFSETPIC S9(9) COMP-5 |