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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h4228 nsresult (*GetOperationWeight)(IProgress *pThis, PRUint32 *operationWeight); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_1.h4586 nsresult (*GetOperationWeight)(IProgress *pThis, PRUint32 *operationWeight); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_2.h5499 nsresult (*GetOperationWeight)(IProgress *pThis, PRUint32 *operationWeight); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_3.h10820 nsresult (*GetOperationWeight)(IProgress *pThis, PRUint32 *operationWeight); member in struct:IProgress_vtbl
10889 nsresult (*GetOperationWeight)(IProgress *pThis, PRUint32 *operationWeight); member in struct:IProgressVtbl
10955 #define IProgress_get_OperationWeight(p, aOperationWeight) ((p)->lpVtbl->GetOperationWeight(p, aOperationWeight))
10956 #define IProgress_GetOperationWeight(p, aOperationWeight) ((p)->lpVtbl->GetOperationWeight(p, aOperationWeight))

Completed in 309 milliseconds