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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp76 STDMETHOD(COMGETTER(Id))(OUT_GUID a_pId) { return E_NOTIMPL; } function in class:MyUSBDevice
77 STDMETHOD(COMGETTER(VendorId))(USHORT *a_pusVendorId) { *a_pusVendorId = m_usVendorId; return S_OK; } function in class:MyUSBDevice
78 STDMETHOD(COMGETTER(ProductId))(USHORT *a_pusProductId) { *a_pusProductId = m_usProductId; return S_OK; } function in class:MyUSBDevice
79 STDMETHOD(COMGETTER(Revision))(USHORT *a_pusRevision) { *a_pusRevision = m_bcdRevision; return S_OK; } function in class:MyUSBDevice
80 STDMETHOD(COMGETTER(SerialHash))(ULONG64 *a_pullSerialHash) { *a_pullSerialHash = m_u64SerialHash; return S_OK; } function in class:MyUSBDevice
81 STDMETHOD(COMGETTER(Manufacturer))(BSTR *a_pManufacturer) { return E_NOTIMPL; } function in class:MyUSBDevice
82 STDMETHOD(COMGETTER(Product))(BSTR *a_pProduct) { return E_NOTIMPL; } function in class:MyUSBDevice
83 STDMETHOD(COMGETTER(SerialNumber))(BSTR *a_pSerialNumber) { return E_NOTIMPL; } function in class:MyUSBDevice
84 STDMETHOD(COMGETTER(Address))(BSTR *a_pAddress) { return E_NOTIMPL; } function in class:MyUSBDevice
393 CHECK_ERROR_RET(a->virtualBox, COMGETTER(Hos
[all...]
/vbox/include/VBox/com/
H A Ddefs.h124 #define COMGETTER(n) get_##n macro
336 #define COMGETTER(n) Get##n macro

Completed in 41 milliseconds