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

/vbox/include/iprt/
H A Ddvm.h102 typedef struct RTDVMINTERNAL *RTDVM; typedef in typeref:struct:RTDVMINTERNAL
104 typedef RTDVM *PRTDVM;
106 #define NIL_RTDVM ((RTDVM)~0)
181 RTDECL(uint32_t) RTDvmRetain(RTDVM hVolMgr);
189 RTDECL(uint32_t) RTDvmRelease(RTDVM hVolMgr);
199 RTDECL(int) RTDvmMapOpen(RTDVM hVolMgr);
208 RTDECL(int) RTDvmMapInitialize(RTDVM hVolMgr, const char *pszFmt);
216 RTDECL(const char *) RTDvmMapGetFormat(RTDVM hVolMgr);
224 RTDECL(uint32_t) RTDvmMapGetValidVolumes(RTDVM hVolMgr);
232 RTDECL(uint32_t) RTDvmMapGetMaxVolumes(RTDVM hVolMg
[all...]

Completed in 55 milliseconds