Searched refs:aAttachmentType (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DNetworkAdapterImpl.h73 HRESULT getAttachmentType(NetworkAttachmentType_T *aAttachmentType);
74 HRESULT setAttachmentType(NetworkAttachmentType_T aAttachmentType);
/vbox/src/VBox/Main/src-server/
H A DNetworkAdapterImpl.cpp413 HRESULT NetworkAdapter::getAttachmentType(NetworkAttachmentType_T *aAttachmentType) argument
417 *aAttachmentType = mData->mAttachmentType;
422 HRESULT NetworkAdapter::setAttachmentType(NetworkAttachmentType_T aAttachmentType) argument
430 if (mData->mAttachmentType != aAttachmentType)
449 mData->mAttachmentType = aAttachmentType;
462 if (aAttachmentType == NetworkAttachmentType_NATNetwork)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h12836 #define INetworkAdapter_get_AttachmentType(p, aAttachmentType) ((p)->lpVtbl->GetAttachmentType(p, aAttachmentType))
12837 #define INetworkAdapter_GetAttachmentType(p, aAttachmentType) ((p)->lpVtbl->GetAttachmentType(p, aAttachmentType))
12838 #define INetworkAdapter_put_AttachmentType(p, aAttachmentType) ((p)->lpVtbl->SetAttachmentType(p, aAttachmentType))
12839 #define INetworkAdapter_SetAttachmentType(p, aAttachmentType) ((p)->lpVtbl->SetAttachmentType(p, aAttachmentType))

Completed in 344 milliseconds