Searched defs:WriteQuotaAvailable (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp124 ULONG WriteQuotaAvailable; member in struct:_FILE_PIPE_LOCAL_INFORMATION
743 WriteQuotaAvailable better not be zero when it shouldn't!! */
754 * set field Info.WriteQuotaAvailable. */
756 else if ( cbToWrite >= Info.WriteQuotaAvailable
758 && (Info.WriteQuotaAvailable || pThis->cbBounceBufAlloc)
761 cbToWrite = Info.WriteQuotaAvailable;
1061 else if (Info.WriteQuotaAvailable > 0)
1245 && ( Info.WriteQuotaAvailable > 0
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h642 ULONG WriteQuotaAvailable; member in struct:_FILE_PIPE_LOCAL_INFORMATION
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h642 ULONG WriteQuotaAvailable; member in struct:_FILE_PIPE_LOCAL_INFORMATION

Completed in 64 milliseconds