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

/vbox/include/iprt/
H A Dcdrom.h44 typedef RTCDROM *PRTCDROM; typedef
66 RTDECL(int) RTCdromOpen(const char *psz, uint32_t fFlags, PRTCDROM phCdrom);
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)
99 RTDECL(int) RTCdromOpenByOrdinal(unsigned iCdrom, uint32_t fFlags, PRTCDROM phCdrom)

Completed in 55 milliseconds