Searched refs:phCdrom (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dcdrom.h64 * @param phCdrom Where to return the CDROM handle.
66 RTDECL(int) RTCdromOpen(const char *psz, uint32_t fFlags, PRTCDROM phCdrom);
170 * @param phCdrom Where to return the CDROM handle .
173 RTDECL(int) RTCdromOpenByOrdinal(unsigned iCdrom, uint32_t fFlags, PRTCDROM phCdrom);
/vbox/src/VBox/Runtime/generic/
H A Dcdrom-generic.cpp38 RTDECL(int) RTCdromOpen(const char *psz, uint32_t fFlags, PRTCDROM phCdrom) argument
99 RTDECL(int) RTCdromOpenByOrdinal(unsigned iCdrom, uint32_t fFlags, PRTCDROM phCdrom) argument

Completed in 42 milliseconds