tibemsObjectMsg_GetObjectBytes
Function
C Declaration
tibems_status tibemsObjectMsg_GetObjectBytes( tibemsObjectMsg message, void** bytes, tibems_uint* byteSize );
COBOL Call
CALL "tibemsObjectMsg_GetObjectBytes"
     USING BY VALUE message,
           BY REFERENCE bytes,
           BY REFERENCE byteSize,
           RETURNING tibems-status
END-CALL.
 
		
 
	 Copyright © Cloud Software Group, Inc. All rights reserved.
