/reactos/base/applications/mstsc/ |
H A D | settings.c | 343 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 D | mode.c | 522 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 D | mspatcha.c | 163 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 D | printers.c | 293 …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 D | printers.c | 412 …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 D | spoolss.h | 92 …rinter,LARGE_INTEGER liDistanceToMove,PLARGE_INTEGER pliNewPointer,DWORD dwMoveMethod,BOOL bWrite);
|
/reactos/win32ss/printing/base/winspool/ |
H A D | printers.c | 2973 …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 D | winsplp.h | 560 _In_ BOOL bWrite);
|
/reactos/sdk/include/reactos/idl/ |
H A D | winspool.idl | 1526 [in] BOOL bWrite
|