Searched defs:GetData (Results 1 - 25 of 28) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIp4Config.h76 has completed. EFI_IP4_CONFIG_PROTOCOL.GetData() must then be called to
141 The GetData() function returns the current configuration data for the EFI IPv4
178 EFI_IP4_CONFIG_GET_DATA GetData; member in struct:_EFI_IP4_CONFIG_PROTOCOL
H A DIp6Config.h217 can call GetData() to get back the configuration data in order to know the result.
271 process is finished, the event will be signaled and a subsequent GetData() call will return
361 EFI_IP6_CONFIG_GET_DATA GetData; member in struct:_EFI_IP6_CONFIG_PROTOCOL
H A DIpSecConfig.h799 EFI_IPSEC_CONFIG_GET_DATA GetData; member in struct:_EFI_IPSEC_CONFIG_PROTOCOL
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsPrimitives.cpp65 NS_IMETHODIMP nsSupportsIDImpl::GetData(nsID **aData) function in class:nsSupportsIDImpl
121 NS_IMETHODIMP nsSupportsCStringImpl::GetData(nsACString& aData) function in class:nsSupportsCStringImpl
158 NS_IMETHODIMP nsSupportsStringImpl::GetData(nsAString& aData) function in class:nsSupportsStringImpl
198 NS_IMETHODIMP nsSupportsPRBoolImpl::GetData(PRBool *aData) function in class:nsSupportsPRBoolImpl
239 NS_IMETHODIMP nsSupportsPRUint8Impl::GetData(PRUint8 *aData) function in class:nsSupportsPRUint8Impl
284 NS_IMETHODIMP nsSupportsPRUint16Impl::GetData(PRUint16 *aData) function in class:nsSupportsPRUint16Impl
329 NS_IMETHODIMP nsSupportsPRUint32Impl::GetData(PRUint32 *aData) function in class:nsSupportsPRUint32Impl
374 NS_IMETHODIMP nsSupportsPRUint64Impl::GetData(PRUint64 *aData) function in class:nsSupportsPRUint64Impl
419 NS_IMETHODIMP nsSupportsPRTimeImpl::GetData(PRTime *aData) function in class:nsSupportsPRTimeImpl
464 NS_IMETHODIMP nsSupportsCharImpl::GetData(cha function in class:nsSupportsCharImpl
509 NS_IMETHODIMP nsSupportsPRInt16Impl::GetData(PRInt16 *aData) function in class:nsSupportsPRInt16Impl
554 NS_IMETHODIMP nsSupportsPRInt32Impl::GetData(PRInt32 *aData) function in class:nsSupportsPRInt32Impl
599 NS_IMETHODIMP nsSupportsPRInt64Impl::GetData(PRInt64 *aData) function in class:nsSupportsPRInt64Impl
644 NS_IMETHODIMP nsSupportsFloatImpl::GetData(float *aData) function in class:nsSupportsFloatImpl
689 NS_IMETHODIMP nsSupportsDoubleImpl::GetData(double *aData) function in class:nsSupportsDoubleImpl
735 NS_IMETHODIMP nsSupportsVoidImpl::GetData(void * *aData) function in class:nsSupportsVoidImpl
785 NS_IMETHODIMP nsSupportsInterfacePointerImpl::GetData(nsISupports **aData) function in class:nsSupportsInterfacePointerImpl
858 nsSupportsDependentCString::GetData(nsACString& aData) function in class:nsSupportsDependentCString
[all...]
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxErrorInfoImpl.cpp295 NS_IMETHODIMP VirtualBoxErrorInfo::GetData(nsISupports ** /* aData */) function in class:VirtualBoxErrorInfo
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigImpl.h122 IP6_CONFIG_GET_DATA GetData; member in struct:__anon12486
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp205 STDMETHODIMP UIDnDDataObject::GetData(FORMATETC *pFormatEtc, STGMEDIUM *pMedium) function in class:UIDnDDataObject
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDataObject.cpp197 STDMETHODIMP VBoxDnDDataObject::GetData(FORMATETC *pFormatEtc, STGMEDIUM *pMedium) function in class:VBoxDnDDataObject
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl_panel.cpp85 static short GetData(PanelParameterBlock *pb, Handle options, Boolean noisy);
150 result = GetData(pb, pb->currentPrefs, true);
301 * GetData - copy the options data from screen to the handle
305 static short GetData(PanelParameterBlock *pb, Handle options, Boolean noisy) function
382 GetData(pb, pb->currentPrefs, false);
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpec.cpp955 inDescriptor.GetData(data);
1268 void nsPersistentFileDescriptor::GetData(nsAFlatCString& outData) const function in class:nsPersistentFileDescriptor
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp1952 NS_IMETHODIMP ExceptionStub::GetData(nsISupports * *aData) function in class:ExceptionStub
1955 return Exception()->GetData (aData);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dvfw.h248 LONG (CALLBACK *GetData)(LPARAM lInput,LONG lFrame,LPVOID lpBits,LONG len); member in struct:__anon13889
H A Dobjidl.h6084 virtual HRESULT STDMETHODCALLTYPE GetData(
6138 HRESULT (STDMETHODCALLTYPE *GetData)( member in struct:IDataObjectVtbl
6195 #define IDataObject_GetData(This,pformatetcIn,pmedium) (This)->lpVtbl->GetData(This,pformatetcIn,pmedium)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dvfw.h248 LONG (CALLBACK *GetData)(LPARAM lInput,LONG lFrame,LPVOID lpBits,LONG len); member in struct:__anon1243
H A Dobjidl.h6084 virtual HRESULT STDMETHODCALLTYPE GetData(
6138 HRESULT (STDMETHODCALLTYPE *GetData)( member in struct:IDataObjectVtbl
6195 #define IDataObject_GetData(This,pformatetcIn,pmedium) (This)->lpVtbl->GetData(This,pformatetcIn,pmedium)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h407 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData); member in struct:nsIException_vtbl
H A DVBoxCAPI_v3_0.h749 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData); member in struct:nsIException_vtbl
H A DVBoxCAPI_v3_1.h749 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData); member in struct:nsIException_vtbl
H A DVBoxCAPI_v3_2.h749 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData); member in struct:nsIException_vtbl
H A DVBoxCAPI_v4_0.h749 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData); member in struct:nsIException_vtbl
H A DVBoxCAPI_v4_1.h749 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData); member in struct:nsIException_vtbl
H A DVBoxCAPI_v4_2.h749 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData); member in struct:nsIException_vtbl
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h4011 virtual const void * STDMETHODCALLTYPE GetData(
4229 const void * (STDMETHODCALLTYPE *GetData)( member in struct:IWineD3DSurfaceVtbl
4307 #define IWineD3DSurface_GetData(This) (This)->lpVtbl->GetData(This)
6004 virtual HRESULT STDMETHODCALLTYPE GetData(
6041 HRESULT (STDMETHODCALLTYPE *GetData)( member in struct:IWineD3DQueryVtbl
6071 #define IWineD3DQuery_GetData(This,data,data_size,flags) (This)->lpVtbl->GetData(This,data,data_size,flags)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h4012 virtual const void * STDMETHODCALLTYPE GetData(
4230 const void * (STDMETHODCALLTYPE *GetData)( member in struct:IWineD3DSurfaceVtbl
4308 #define IWineD3DSurface_GetData(This) (This)->lpVtbl->GetData(This)
6005 virtual HRESULT STDMETHODCALLTYPE GetData(
6042 HRESULT (STDMETHODCALLTYPE *GetData)( member in struct:IWineD3DQueryVtbl
6072 #define IWineD3DQuery_GetData(This,data,data_size,flags) (This)->lpVtbl->GetData(This,data,data_size,flags)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h4011 virtual const void * STDMETHODCALLTYPE GetData(
4229 const void * (STDMETHODCALLTYPE *GetData)( member in struct:IWineD3DSurfaceVtbl
4307 #define IWineD3DSurface_GetData(This) (This)->lpVtbl->GetData(This)
6004 virtual HRESULT STDMETHODCALLTYPE GetData(
6041 HRESULT (STDMETHODCALLTYPE *GetData)( member in struct:IWineD3DQueryVtbl
6071 #define IWineD3DQuery_GetData(This,data,data_size,flags) (This)->lpVtbl->GetData(This,data,data_size,flags)

Completed in 521 milliseconds

12