Searched refs:pcbMax (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwmsdkidl.idl348 [out] DWORD *pcbMax);
352 [out] DWORD *pcbMax);
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp627 RTR3DECL(int) RTFileGetMaxSizeEx(RTFILE hFile, PRTFOFF pcbMax) argument
651 if (pcbMax)
652 *pcbMax = offLow;
/vbox/include/iprt/
H A Dvfs.h873 RTDECL(int) RTVfsFileGetMaxSizeEx(RTVFSFILE hVfsFile, PRTFOFF pcbMax);
H A Dfile.h479 * @param pcbMax Where to store the max file size.
482 RTDECL(int) RTFileGetMaxSizeEx(RTFILE File, PRTFOFF pcbMax);
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp683 RTR3DECL(int) RTFileGetMaxSizeEx(RTFILE hFile, PRTFOFF pcbMax) argument

Completed in 137 milliseconds