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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3190 nsresult (*GetOperationCount)(IProgress *pThis, PRUint32 *operationCount); member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_0.h3743 nsresult (*GetOperationCount)(IProgress *pThis, PRUint32 *operationCount); member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_1.h3755 nsresult (*GetOperationCount)(IProgress *pThis, PRUint32 *operationCount); member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_2.h3959 nsresult (*GetOperationCount)(IProgress *pThis, PRUint32 *operationCount); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_0.h4220 nsresult (*GetOperationCount)(IProgress *pThis, PRUint32 *operationCount); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_1.h4578 nsresult (*GetOperationCount)(IProgress *pThis, PRUint32 *operationCount); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_2.h5491 nsresult (*GetOperationCount)(IProgress *pThis, PRUint32 *operationCount); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_3.h10812 nsresult (*GetOperationCount)(IProgress *pThis, PRUint32 *operationCount); member in struct:IProgress_vtbl
10881 nsresult (*GetOperationCount)(IProgress *pThis, PRUint32 *operationCount); member in struct:IProgressVtbl
10947 #define IProgress_get_OperationCount(p, aOperationCount) ((p)->lpVtbl->GetOperationCount(p, aOperationCount))
10948 #define IProgress_GetOperationCount(p, aOperationCount) ((p)->lpVtbl->GetOperationCount(p, aOperationCount))

Completed in 352 milliseconds