Home
last modified time | relevance | path

Searched refs:bWrite (Results 1 – 9 of 9) sorted by relevance

/reactos/base/applications/mstsc/
H A Dsettings.c343 OpenRdpFile(LPWSTR path, BOOL bWrite) in OpenRdpFile() argument
350 bWrite ? GENERIC_WRITE : GENERIC_READ, in OpenRdpFile()
353 bWrite ? CREATE_ALWAYS : OPEN_EXISTING, in OpenRdpFile()
/reactos/base/applications/cmdutils/mode/
H A Dmode.c522 SerialPortQuery(INT nPortNum, LPDCB pDCB, LPCOMMTIMEOUTS pCommTimeouts, BOOL bWrite) in SerialPortQuery() argument
533 bWrite ? GENERIC_WRITE : GENERIC_READ, in SerialPortQuery()
550 Success = bWrite ? SetCommState(hPort, pDCB) in SerialPortQuery()
555 bWrite ? IDS_ERROR_STATUS_SET_DEVICE : IDS_ERROR_STATUS_GET_DEVICE, in SerialPortQuery()
560 Success = bWrite ? SetCommTimeouts(hPort, pCommTimeouts) in SerialPortQuery()
565 bWrite ? IDS_ERROR_TIMEOUT_SET_DEVICE : IDS_ERROR_TIMEOUT_GET_DEVICE, in SerialPortQuery()
/reactos/modules/rostests/apitests/mspatcha/
H A Dmspatcha.c163 HANDLE open_file(char* filename, BOOL bWrite) in open_file() argument
165 DWORD dwAccess = GENERIC_READ | (bWrite ? GENERIC_WRITE : 0); in open_file()
166 DWORD dwAttr = (bWrite ? FILE_ATTRIBUTE_NORMAL : FILE_ATTRIBUTE_READONLY); in open_file()
/reactos/win32ss/printing/base/spoolsv/
H A Dprinters.c293 …er, LARGE_INTEGER liDistanceToMove, PLARGE_INTEGER pliNewPointer, DWORD dwMoveMethod, BOOL bWrite ) in _RpcSeekPrinter() argument
304 if (!SeekPrinter(hPrinter, liDistanceToMove, pliNewPointer, dwMoveMethod, bWrite)) in _RpcSeekPrinter()
/reactos/win32ss/printing/base/spoolss/
H A Dprinters.c412 …er, LARGE_INTEGER liDistanceToMove, PLARGE_INTEGER pliNewPointer, DWORD dwMoveMethod, BOOL bWrite ) in SeekPrinter() argument
423 …Provider.fpSeekPrinter( pHandle->hPrinter, liDistanceToMove, pliNewPointer, dwMoveMethod, bWrite ); in SeekPrinter()
/reactos/win32ss/printing/include/
H A Dspoolss.h92 …rinter,LARGE_INTEGER liDistanceToMove,PLARGE_INTEGER pliNewPointer,DWORD dwMoveMethod,BOOL bWrite);
/reactos/win32ss/printing/base/winspool/
H A Dprinters.c2973 …er, LARGE_INTEGER liDistanceToMove, PLARGE_INTEGER pliNewPointer, DWORD dwMoveMethod, BOOL bWrite ) in SeekPrinter() argument
2978 … %I64u, %p, %lu, %d)\n", hPrinter, liDistanceToMove.QuadPart, pliNewPointer, dwMoveMethod, bWrite); in SeekPrinter()
2990 …orCode = _RpcSeekPrinter(pHandle->hPrinter, liDistanceToMove, pliNewPointer, dwMoveMethod, bWrite); in SeekPrinter()
/reactos/sdk/include/psdk/
H A Dwinsplp.h560 _In_ BOOL bWrite);
/reactos/sdk/include/reactos/idl/
H A Dwinspool.idl1526 [in] BOOL bWrite