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

/vbox/include/iprt/
H A Ddvm.h109 typedef struct RTDVMVOLUMEINTERNAL *RTDVMVOLUME; typedef in typeref:struct:RTDVMVOLUMEINTERNAL
111 typedef RTDVMVOLUME *PRTDVMVOLUME;
113 #define NIL_RTDVMVOLUME ((RTDVMVOLUME)~0)
253 RTDECL(int) RTDvmMapQueryNextVolume(RTDVM hVolMgr, RTDVMVOLUME hVol, PRTDVMVOLUME phVolNext);
275 RTDECL(uint32_t) RTDvmVolumeRetain(RTDVMVOLUME hVol);
283 RTDECL(uint32_t) RTDvmVolumeRelease(RTDVMVOLUME hVol);
295 RTDECL(void) RTDvmVolumeSetQueryBlockStatusCallback(RTDVMVOLUME hVol,
305 RTDECL(uint64_t) RTDvmVolumeGetSize(RTDVMVOLUME hVol);
315 RTDECL(int) RTDvmVolumeQueryName(RTDVMVOLUME hVol, char **ppszVolName);
323 RTDECL(RTDVMVOLTYPE) RTDvmVolumeGetType(RTDVMVOLUME hVo
[all...]

Completed in 70 milliseconds