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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h11117 nsresult (*GetHotPluggable)(IMediumAttachment *pThis, PRBool *hotPluggable); member in struct:IMediumAttachment_vtbl
11148 nsresult (*GetHotPluggable)(IMediumAttachment *pThis, PRBool *hotPluggable); member in struct:IMediumAttachmentVtbl
11176 #define IMediumAttachment_get_HotPluggable(p, aHotPluggable) ((p)->lpVtbl->GetHotPluggable(p, aHotPluggable))
11177 #define IMediumAttachment_GetHotPluggable(p, aHotPluggable) ((p)->lpVtbl->GetHotPluggable(p, aHotPluggable))

Completed in 523 milliseconds