Top   Module   Use   Manual   Index 

com :: sun :: star :: ucb ::

struct PostCommandArgument


Description
The argument for the command "post".
See also
XCommandProcessor


Elements

com::sun::star::io::XInputStream Source
Description
The data source containing the data to post.
com::sun::star::uno::XInterface Sink
Description
The data sink receiving the returned contents (supporting either XActiveDataSink or XOutputStream ).
Top of Page