24 #ifndef INCLUDED_OSL_PIPE_H 25 #define INCLUDED_OSL_PIPE_H 57 #define osl_Pipe_OPEN 0x0000 58 #define osl_Pipe_CREATE 0x0001 125 #endif // INCLUDED_OSL_PIPE_H SAL_DLLPUBLIC sal_Int32 osl_receivePipe(oslPipe Pipe, void *pBuffer, sal_Int32 BufferSize)
struct oslPipeImpl * oslPipe
Definition: pipe.h:60
SAL_DLLPUBLIC void osl_closePipe(oslPipe Pipe)
Close the pipe.
#define SAL_DLLPUBLIC
Definition: saldllapi.h:34
oslPipeError
Definition: pipe.h:37
SAL_DLLPUBLIC sal_Int32 osl_sendPipe(oslPipe Pipe, const void *pBuffer, sal_Int32 BufferSize)
SAL_DLLPUBLIC sal_Int32 osl_writePipe(oslPipe Pipe, const void *pBuffer, sal_Int32 BufferSize)
Writes blocking onto the pipe.
SAL_DLLPUBLIC oslPipe osl_acceptPipe(oslPipe Pipe)
SAL_DLLPUBLIC void osl_releasePipe(oslPipe Pipe)
Decreases the refcount of the pipe.
SAL_DLLPUBLIC sal_Int32 osl_readPipe(oslPipe Pipe, void *pBuffer, sal_Int32 BufferSize)
Reads blocking from the pipe.
void * oslSecurity
Process handle.
Definition: security.h:49
SAL_DLLPUBLIC oslPipe osl_createPipe(rtl_uString *strPipeName, oslPipeOptions Options, oslSecurity Security)
Create or open a pipe.
sal_uInt32 oslPipeOptions
Pipe creation options.
Definition: pipe.h:56
SAL_DLLPUBLIC oslPipeError osl_getLastPipeError(oslPipe Pipe)
#define SAL_MAX_ENUM
Definition: types.h:205
SAL_DLLPUBLIC void osl_acquirePipe(oslPipe Pipe)
Increases the refcount of the pipe.