21 #ifndef INCLUDED_OSL_PIPE_H 22 #define INCLUDED_OSL_PIPE_H 54 #define osl_Pipe_OPEN 0x0000 55 #define osl_Pipe_CREATE 0x0001 70 rtl_uString *strPipeName, oslPipeOptions Options,
oslSecurity Security);
122 #endif // INCLUDED_OSL_PIPE_H
SAL_DLLPUBLIC void osl_acquirePipe(oslPipe Pipe)
Increases the refcount of the pipe.
#define SAL_DLLPUBLIC
Definition: saldllapi.h:30
SAL_DLLPUBLIC sal_Int32 osl_sendPipe(oslPipe Pipe, const void *pBuffer, sal_Int32 BufferSize)
SAL_DLLPUBLIC sal_Int32 osl_receivePipe(oslPipe Pipe, void *pBuffer, sal_Int32 BufferSize)
void * oslSecurity
Process handle.
Definition: security.h:45
SAL_DLLPUBLIC oslPipe osl_acceptPipe(oslPipe Pipe)
SAL_DLLPUBLIC void osl_releasePipe(oslPipe Pipe)
Decreases the refcount of the pipe.
sal_uInt32 oslPipeOptions
Pipe creation options.
Definition: pipe.h:53
SAL_DLLPUBLIC oslPipeError osl_getLastPipeError(oslPipe Pipe)
SAL_DLLPUBLIC sal_Int32 osl_writePipe(oslPipe Pipe, const void *pBuffer, sal_Int32 BufferSize)
Writes blocking onto the pipe.
SAL_DLLPUBLIC sal_Int32 osl_readPipe(oslPipe Pipe, void *pBuffer, sal_Int32 BufferSize)
Reads blocking from the pipe.
#define SAL_MAX_ENUM
Definition: types.h:228
oslPipeError
Definition: pipe.h:34
SAL_DLLPUBLIC oslPipe osl_createPipe(rtl_uString *strPipeName, oslPipeOptions Options, oslSecurity Security)
Create or open a pipe.
struct oslPipeImpl * oslPipe
Definition: pipe.h:57
SAL_DLLPUBLIC void osl_closePipe(oslPipe Pipe)
Close the pipe.