Searched defs:GetAllocatedSize (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_2.h | 5221 nsresult (*GetAllocatedSize)(IFsObjInfo *pThis, PRInt64 *allocatedSize); member in struct:IFsObjInfo_vtbl
|
H A D | VBoxCAPI_v4_3.h | 10134 nsresult (*GetAllocatedSize)(IFsObjInfo *pThis, PRInt64 *allocatedSize); member in struct:IFsObjInfo_vtbl 10179 nsresult (*GetAllocatedSize)(IFsObjInfo *pThis, PRInt64 *allocatedSize); member in struct:IFsObjInfoVtbl 10221 #define IFsObjInfo_get_AllocatedSize(p, aAllocatedSize) ((p)->lpVtbl->GetAllocatedSize(p, aAllocatedSize)) 10222 #define IFsObjInfo_GetAllocatedSize(p, aAllocatedSize) ((p)->lpVtbl->GetAllocatedSize(p, aAllocatedSize)) 10292 nsresult (*GetAllocatedSize)(IGuestFsObjInfo *pThis, PRInt64 *allocatedSize); member in struct:IGuestFsObjInfoVtbl 10334 #define IGuestFsObjInfo_get_AllocatedSize(p, aAllocatedSize) ((p)->lpVtbl->GetAllocatedSize(p, aAllocatedSize)) 10335 #define IGuestFsObjInfo_GetAllocatedSize(p, aAllocatedSize) ((p)->lpVtbl->GetAllocatedSize(p, aAllocatedSize))
|
Completed in 247 milliseconds