Searched refs:RTCDROM (Results 1 - 3 of 3) sorted by relevance

/vbox/include/iprt/
H A Dcdrom.h42 typedef struct RTCDROMINT *RTCDROM; typedef in typeref:struct:RTCDROMINT
44 typedef RTCDROM *PRTCDROM;
46 #define NIL_RTCDROM ((RTCDROM)0)
74 RTDECL(uint32_t) RTCdromRetain(RTCDROM hCdrom);
84 RTDECL(uint32_t) RTCdromRelease(RTCDROM hCdrom);
97 RTDECL(int) RTCdromQueryMountPoint(RTCDROM hCdrom, char *pszMountPoint, size_t cbMountPoint);
105 RTDECL(int) RTCdromUnmount(RTCDROM hCdrom);
114 RTDECL(int) RTCdromEject(RTCDROM hCdrom, bool fForce);
122 RTDECL(int) RTCdromLock(RTCDROM hCdrom);
130 RTDECL(int) RTCdromUnlock(RTCDROM hCdro
[all...]
/vbox/src/VBox/Runtime/generic/
H A Dcdrom-generic.cpp44 RTDECL(uint32_t) RTCdromRetain(RTCDROM hCdrom)
50 RTDECL(uint32_t) RTCdromRelease(RTCDROM hCdrom)
56 RTDECL(int) RTCdromQueryMountPoint(RTCDROM hCdrom, char *pszMountPoint, size_t cbMountPoint)
62 RTDECL(int) RTCdromUnmount(RTCDROM hCdrom)
68 RTDECL(int) RTCdromEject(RTCDROM hCdrom, bool fForce)
74 RTDECL(int) RTCdromLock(RTCDROM hCdrom)
80 RTDECL(int) RTCdromUnlock(RTCDROM hCdrom)
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1323 RTCDROM hCdrom;

Completed in 51 milliseconds