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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3542 nsresult (*SetAutostopType)(IMachine *pThis, PRUint32 autostopType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5245 nsresult (*SetAutostopType)(IMachine *pThis, PRUint32 autostopType); member in struct:IMachine_vtbl
5969 nsresult (*SetAutostopType)(IMachine *pThis, PRUint32 autostopType); member in struct:IMachineVtbl
6743 #define IMachine_put_AutostopType(p, aAutostopType) ((p)->lpVtbl->SetAutostopType(p, aAutostopType))
6744 #define IMachine_SetAutostopType(p, aAutostopType) ((p)->lpVtbl->SetAutostopType(p, aAutostopType))

Completed in 295 milliseconds