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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3541 nsresult (*GetAutostopType)(IMachine *pThis, PRUint32 *autostopType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5244 nsresult (*GetAutostopType)(IMachine *pThis, PRUint32 *autostopType); member in struct:IMachine_vtbl
5968 nsresult (*GetAutostopType)(IMachine *pThis, PRUint32 *autostopType); member in struct:IMachineVtbl
6741 #define IMachine_get_AutostopType(p, aAutostopType) ((p)->lpVtbl->GetAutostopType(p, aAutostopType))
6742 #define IMachine_GetAutostopType(p, aAutostopType) ((p)->lpVtbl->GetAutostopType(p, aAutostopType))

Completed in 267 milliseconds