Searched refs:HRESULT (Results 51 - 75 of 888) sorted by relevance

1234567891011>>

/vbox/src/VBox/Main/include/
H A DTokenImpl.h37 HRESULT FinalConstruct();
41 HRESULT init(const ComObjPtr<SessionMachine> &pSessionMachine);
47 HRESULT abandon(AutoCaller &aAutoCaller);
48 HRESULT dummy();
76 HRESULT FinalConstruct();
80 HRESULT init(const ComObjPtr<Medium> &pMedium, bool fWrite);
86 HRESULT abandon(AutoCaller &aAutoCaller);
87 HRESULT dummy();
H A DVFSExplorerImpl.h33 HRESULT FinalConstruct() { return BaseFinalConstruct(); }
36 HRESULT init(VFSType_T aType, Utf8Str aFilePath, Utf8Str aHostname, Utf8Str aUsername, Utf8Str aPassword, VirtualBox *aVirtualBox);
40 static HRESULT setErrorStatic(HRESULT aResultCode,
49 HRESULT getPath(com::Utf8Str &aPath);
50 HRESULT getType(VFSType_T *aType);
53 HRESULT update(ComPtr<IProgress> &aProgress);
54 HRESULT cd(const com::Utf8Str &aDir, ComPtr<IProgress> &aProgress);
55 HRESULT cdUp(ComPtr<IProgress> &aProgress);
56 HRESULT entryLis
[all...]
H A DBandwidthControlImpl.h37 HRESULT FinalConstruct();
41 HRESULT init(Machine *aParent);
42 HRESULT init(Machine *aParent, BandwidthControl *aThat);
43 HRESULT initCopy(Machine *aParent, BandwidthControl *aThat);
47 HRESULT i_loadSettings(const settings::IOSettings &data);
48 HRESULT i_saveSettings(settings::IOSettings &data);
53 HRESULT i_getBandwidthGroupByName(const Utf8Str &aName,
60 HRESULT getNumGroups(ULONG *aNumGroups);
63 HRESULT createBandwidthGroup(const com::Utf8Str &aName,
66 HRESULT deleteBandwidthGrou
[all...]
H A DUSBDeviceFiltersImpl.h40 HRESULT FinalConstruct();
44 HRESULT init(Machine *aParent);
45 HRESULT init(Machine *aParent, USBDeviceFilters *aThat);
46 HRESULT initCopy(Machine *aParent, USBDeviceFilters *aThat);
50 HRESULT i_loadSettings(const settings::USB &data);
51 HRESULT i_saveSettings(settings::USB &data);
58 HRESULT i_onDeviceFilterChange(USBDeviceFilter *aFilter,
62 HRESULT i_notifyProxy(bool aInsertFilters);
72 HRESULT getDeviceFilters(std::vector<ComPtr<IUSBDeviceFilter> > &aDeviceFilters);
75 HRESULT createDeviceFilte
[all...]
H A DNetworkAdapterImpl.h42 HRESULT FinalConstruct();
46 HRESULT init(Machine *aParent, ULONG aSlot);
47 HRESULT init(Machine *aParent, NetworkAdapter *aThat, bool aReshare = false);
48 HRESULT initCopy(Machine *aParent, NetworkAdapter *aThat);
52 HRESULT i_loadSettings(BandwidthControl *bwctl, const settings::NetworkAdapter &data);
53 HRESULT i_saveSettings(settings::NetworkAdapter &data);
66 HRESULT getAdapterType(NetworkAdapterType_T *aAdapterType);
67 HRESULT setAdapterType(NetworkAdapterType_T aAdapterType);
68 HRESULT getSlot(ULONG *aSlot);
69 HRESULT getEnable
[all...]
H A DMediumAttachmentImpl.h30 HRESULT FinalConstruct();
34 HRESULT init(Machine *aParent,
47 HRESULT initCopy(Machine *aParent, MediumAttachment *aThat);
105 HRESULT getMedium(ComPtr<IMedium> &aHardDisk);
106 HRESULT getController(com::Utf8Str &aController);
107 HRESULT getPort(LONG *aPort);
108 HRESULT getDevice(LONG *aDevice);
109 HRESULT getType(DeviceType_T *aType);
110 HRESULT getPassthrough(BOOL *aPassthrough);
111 HRESULT getTemporaryEjec
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Daxcore.idl109 HRESULT Connect(
113 HRESULT ReceiveConnection(
117 HRESULT Disconnect(void);
119 HRESULT ConnectedTo(
122 HRESULT ConnectionMediaType(
125 HRESULT QueryPinInfo(
128 HRESULT QueryDirection(
131 HRESULT QueryId(
134 HRESULT QueryAccept(
137 HRESULT EnumMediaType
[all...]
H A Ddbinit.idl34 [local] HRESULT Initialize();
35 [call_as(Initialize)] HRESULT RemoteInitialize( [out] IErrorInfo **ppErrorInfoRem );
36 [local] HRESULT Uninitialize();
37 [call_as(Uninitialize)] HRESULT RemoteUninitialize( [out] IErrorInfo **ppErrorInfoRem );
H A Dperhist.idl40 HRESULT LoadHistory([in] IStream *pStream, [in] IBindCtx *pbc);
42 HRESULT SaveHistory([in] IStream *pStream);
44 HRESULT SetPositionCookie([in] DWORD dwPositioncookie);
46 HRESULT GetPositionCookie([out] DWORD *pdwPositioncookie);
H A Dqedit.idl42 HRESULT SampleCB(
46 HRESULT BufferCB(
61 HRESULT SetOneShot(
65 HRESULT SetMediaType(
69 HRESULT GetConnectedMediaType(
73 HRESULT SetBufferSamples(
77 HRESULT GetCurrentBuffer(
82 HRESULT GetCurrentSample(
86 HRESULT SetCallback(
99 HRESULT get_Filte
[all...]
H A Dadshlp.h35 HRESULT WINAPI ADsBuildEnumerator(IADsContainer*,IEnumVARIANT**);
36 HRESULT WINAPI ADsEnumerateNext(IEnumVARIANT*,ULONG,VARIANT*,ULONG*);
37 HRESULT WINAPI ADsGetObject(LPCWSTR,REFIID,VOID**);
38 HRESULT WINAPI ADsOpenObject(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,REFIID,VOID**);
H A Derrors.h42 typedef BOOL (WINAPI* AMGETERRORTEXTPROCA)(HRESULT,char*,DWORD);
43 typedef BOOL (WINAPI* AMGETERRORTEXTPROCW)(HRESULT,WCHAR*,DWORD);
46 DWORD WINAPI AMGetErrorTextA(HRESULT,LPSTR,DWORD);
47 DWORD WINAPI AMGetErrorTextW(HRESULT,LPWSTR,DWORD);
H A Dbits.idl62 HRESULT GetRemoteName(
66 HRESULT GetLocalName(
70 HRESULT GetProgress(
82 HRESULT Next(
88 HRESULT Skip(
92 HRESULT Reset();
94 HRESULT Clone(
98 HRESULT GetCount(
121 HRESULT GetError(
123 [out,ref] HRESULT *pCod
[all...]
H A Dmstask.idl73 HRESULT Next(
78 HRESULT Skip(
81 HRESULT Reset();
83 HRESULT Clone(
106 HRESULT GetPage(
178 HRESULT SetTrigger(
181 HRESULT GetTrigger(
184 HRESULT GetTriggerString(
196 HRESULT CreateTrigger(
200 HRESULT DeleteTrigge
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dshdeprecated.idl54 HRESULT Invoke(
57 HRESULT Update(
61 HRESULT GetPidl(
73 HRESULT AddEntry(
77 HRESULT UpdateEntry(
81 HRESULT UpdateExternal(
85 HRESULT Travel(
89 HRESULT GetTravelEntry(
94 HRESULT FindTravelEntry(
99 HRESULT GetToolTipTex
[all...]
H A Dadshlp.h35 HRESULT WINAPI ADsBuildEnumerator(IADsContainer*,IEnumVARIANT**);
36 HRESULT WINAPI ADsEnumerateNext(IEnumVARIANT*,ULONG,VARIANT*,ULONG*);
37 HRESULT WINAPI ADsGetObject(LPCWSTR,REFIID,VOID**);
38 HRESULT WINAPI ADsOpenObject(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,REFIID,VOID**);
H A Derrors.h42 typedef BOOL (WINAPI* AMGETERRORTEXTPROCA)(HRESULT,char*,DWORD);
43 typedef BOOL (WINAPI* AMGETERRORTEXTPROCW)(HRESULT,WCHAR*,DWORD);
46 DWORD WINAPI AMGetErrorTextA(HRESULT,LPSTR,DWORD);
47 DWORD WINAPI AMGetErrorTextW(HRESULT,LPWSTR,DWORD);
H A Dobjectarray.idl38 HRESULT GetCount([out] UINT *pcObjects);
39 HRESULT GetAt(
52 HRESULT AddObject([in] IUnknown *punk);
53 HRESULT AddFromArray([in] IObjectArray *poaSource);
54 HRESULT RemoveObjectAt([in] UINT uiIndex);
55 HRESULT Clear();
H A Dshldisp.idl58 HRESULT NextItem( [out] LPWSTR pszUrl,
62 HRESULT SetEnumOptions( [in] DWORD dwOptions );
64 HRESULT GetEnumOptions( [out] DWORD *pdwOptions );
80 HRESULT Init( [in] HWND hwndEdit,
85 HRESULT Enable( [in] BOOL fEnable );
113 HRESULT SetOptions( [in] DWORD dwFlag);
115 HRESULT GetOptions( [out] DWORD *pdwFlag);
135 HRESULT SetFolderView( [in] IDispatch *pdisp );
188 HRESULT Title( [out, retval] BSTR *pbs );
191 HRESULT Applicatio
[all...]
H A Dbits.idl62 HRESULT GetRemoteName(
66 HRESULT GetLocalName(
70 HRESULT GetProgress(
82 HRESULT Next(
88 HRESULT Skip(
92 HRESULT Reset();
94 HRESULT Clone(
98 HRESULT GetCount(
121 HRESULT GetError(
123 [out,ref] HRESULT *pCod
[all...]
H A Dcordebug.idl157 HRESULT GetType([out] CorElementType *pType);
158 HRESULT GetSize([out] ULONG32 *pSize);
159 HRESULT GetAddress([out] CORDB_ADDRESS *pAddress);
160 HRESULT CreateBreakpoint([out] ICorDebugValueBreakpoint **ppBreakpoint);
171 HRESULT GetProcess([out] ICorDebugProcess **ppProcess);
172 HRESULT GetID([out] DWORD *pdwThreadId);
173 HRESULT GetHandle([out] HTHREAD *phThreadHandle);
174 HRESULT GetAppDomain([out] ICorDebugAppDomain **ppAppDomain);
175 HRESULT SetDebugState([in] CorDebugThreadState state);
176 HRESULT GetDebugStat
[all...]
H A Dmstask.idl79 HRESULT Next(
84 HRESULT Skip(
87 HRESULT Reset();
89 HRESULT Clone(
112 HRESULT GetPage(
184 HRESULT SetTrigger(
187 HRESULT GetTrigger(
190 HRESULT GetTriggerString(
202 HRESULT CreateTrigger(
206 HRESULT DeleteTrigge
[all...]
H A Datliface.idl41 HRESULT AddReplacement(
45 HRESULT ClearReplacements();
55 HRESULT ResourceRegisterSz(
60 HRESULT ResourceUnregisterSz(
65 HRESULT FileRegister(
68 HRESULT FileUnregister(
71 HRESULT StringRegister(
74 HRESULT StringUnregister(
77 HRESULT ResourceRegister(
82 HRESULT ResourceUnregiste
[all...]
/vbox/include/VBox/com/
H A DMultiResult.h41 * Variables of this class are used instead of HRESULT variables when it is
74 FWResult (HRESULT aRC = E_FAIL) : mRC (aRC) {}
76 FWResult &operator= (HRESULT aRC)
85 operator HRESULT() const { return mRC; }
87 HRESULT *operator&() { return &mRC; }
91 HRESULT mRC;
133 HRESULT Bar::method()
174 MultiResult (HRESULT aRC = E_FAIL) : FWResult (aRC) { incCounter(); }
187 MultiResult &operator= (HRESULT aRC)
224 * a reference to the existing HRESULT variabl
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dstrmbase.h31 HRESULT WINAPI CopyMediaType(AM_MEDIA_TYPE * pDest, const AM_MEDIA_TYPE *pSrc);
53 typedef HRESULT (WINAPI *BasePin_CheckMediaType)(BasePin *This, const AM_MEDIA_TYPE *pmt);
54 typedef HRESULT (WINAPI *BasePin_AttemptConnection)(BasePin *This, IPin *pReceivePin, const AM_MEDIA_TYPE *pmt);
56 typedef HRESULT (WINAPI *BasePin_GetMediaType)(BasePin *This, int iPosition, AM_MEDIA_TYPE *amt);
78 typedef HRESULT (WINAPI *BaseOutputPin_DecideBufferSize)(BaseOutputPin *This, IMemAllocator *pAlloc, ALLOCATOR_PROPERTIES *ppropInputRequest);
79 typedef HRESULT (WINAPI *BaseOutputPin_DecideAllocator)(BaseOutputPin *This, IMemInputPin *pPin, IMemAllocator **pAlloc);
80 typedef HRESULT (WINAPI *BaseOutputPin_BreakConnect)(BaseOutputPin * This);
103 typedef HRESULT (WINAPI *BaseInputPin_Receive)(BaseInputPin *This, IMediaSample *pSample);
111 HRESULT WINAPI BasePinImpl_GetMediaType(BasePin *This, int iPosition, AM_MEDIA_TYPE *pmt);
114 HRESULT WINAP
[all...]

Completed in 189 milliseconds

1234567891011>>