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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3520 nsresult (*SetIOCacheSize)(IMachine *pThis, PRUint32 IOCacheSize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5223 nsresult (*SetIOCacheSize)(IMachine *pThis, PRUint32 IOCacheSize); member in struct:IMachine_vtbl
5947 nsresult (*SetIOCacheSize)(IMachine *pThis, PRUint32 IOCacheSize); member in struct:IMachineVtbl
6715 #define IMachine_put_IOCacheSize(p, aIOCacheSize) ((p)->lpVtbl->SetIOCacheSize(p, aIOCacheSize))
6716 #define IMachine_SetIOCacheSize(p, aIOCacheSize) ((p)->lpVtbl->SetIOCacheSize(p, aIOCacheSize))

Completed in 153 milliseconds