Searched defs:hInput (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceToolBox.cpp272 * @param hInput Handle of input file (if any) to use;
277 static int VBoxServiceToolboxCatOutput(RTFILE hInput, RTFILE hOutput) argument
280 if (hInput == NIL_RTFILE)
282 rc = RTFileFromNative(&hInput, RTFILE_NATIVE_STDIN);
300 rc = RTFileRead(hInput, abBuf, sizeof(abBuf), &cbRead);
451 RTFILE hInput = NIL_RTFILE; local
454 rc = RTFileOpen(&hInput, pNodeIt->pszName,
458 rc = VBoxServiceToolboxCatOutput(hInput, hOutput);
459 RTFileClose(hInput);
477 rc = VBoxServiceToolboxCatOutput(hInput, hOutpu
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp1404 HDESK hInput = gVBoxDt.pfnOpenInputDesktop(0, FALSE, DESKTOP_CREATEWINDOW); local
1405 if (hInput)
1419 gVBoxDt.pfnCloseDesktop(hInput);

Completed in 48 milliseconds