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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3192 nsresult (*GetOperation)(IProgress *pThis, PRUint32 *operation); member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_0.h3745 nsresult (*GetOperation)(IProgress *pThis, PRUint32 *operation); member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_1.h3757 nsresult (*GetOperation)(IProgress *pThis, PRUint32 *operation); member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_2.h3961 nsresult (*GetOperation)(IProgress *pThis, PRUint32 *operation); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_0.h4222 nsresult (*GetOperation)(IProgress *pThis, PRUint32 *operation); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_1.h4580 nsresult (*GetOperation)(IProgress *pThis, PRUint32 *operation); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_2.h5493 nsresult (*GetOperation)(IProgress *pThis, PRUint32 *operation); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_3.h10814 nsresult (*GetOperation)(IProgress *pThis, PRUint32 *operation); member in struct:IProgress_vtbl
10883 nsresult (*GetOperation)(IProgress *pThis, PRUint32 *operation); member in struct:IProgressVtbl
10949 #define IProgress_get_Operation(p, aOperation) ((p)->lpVtbl->GetOperation(p, aOperation))
10950 #define IProgress_GetOperation(p, aOperation) ((p)->lpVtbl->GetOperation(p, aOperation))

Completed in 842 milliseconds