Searched refs:HRESULT (Results 26 - 50 of 888) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Damvideo.idl79 HRESULT GetSwitches([out] DWORD * pSwitches);
80 HRESULT SetSwitches([in] DWORD Switches);
81 HRESULT GetCaps([out] DDCAPS * pCaps);
82 HRESULT GetEmulatedCaps([out] DDCAPS *pCaps);
83 HRESULT GetSurfaceDesc([out] DDSURFACEDESC * pSurfaceDesc);
84 HRESULT GetFourCCCodes([out] DWORD * pCount, [out] DWORD * pCodes);
85 HRESULT SetDirectDraw([in] IDirectDraw *ddraw);
86 HRESULT GetDirectDraw([out] IDirectDraw **ddraw);
87 HRESULT GetSurfaceType([out] DWORD * pSurfaceType);
88 HRESULT SetDefaul
[all...]
H A Dtxcoord.idl51 HRESULT PrepareRequest([in]BOOL fRetaining,[in]DWORD grfRM,[in]BOOL fWantMoniker,[in]BOOL fSinglePhase);
52 HRESULT CommitRequest([in]DWORD grfRM,[in]XACTUOW *pNewUOW);
53 HRESULT AbortRequest([in]BOID *pboidReason,[in]BOOL fRetaining,[in]XACTUOW *pNewUOW);
54 HRESULT TMDown(void);
62 HRESULT DelegateCommit([in]DWORD grfRM);
63 HRESULT ForgetRequest([in]XACTUOW *pNewUOW);
71 HRESULT PrepareRequest([in]BOOL fRetaining,[in]DWORD grfRM,[in]BOOL fWantMoniker,[in]BOOL fSinglePhase);
72 HRESULT CommitRequest([in]DWORD grfRM,[in]XACTUOW *pNewUOW);
73 HRESULT AbortRequest([in]BOID *pboidReason,[in]BOOL fRetaining,[in]XACTUOW *pNewUOW);
74 HRESULT TMDow
[all...]
H A Dasptlb.idl40 HRESULT Item(IRequestDictionary *iface, [in, optional] VARIANT Var,
44 HRESULT _NewEnum(IRequestDictionary *iface, [retval, out] IUnknown **ppEnumReturn);
47 HRESULT Count(IRequestDictionary *iface, [retval, out] int *cStrRet);
50 HRESULT Key(IRequestDictionary *iface, [in] VARIANT VarKey, [retval, out]VARIANT *pvar);
61 HRESULT Buffer(IResponse *iface, [retval, out] VARIANT_BOOL *fIsBuffering);
64 HRESULT Buffer(IResponse *iface, [in] VARIANT_BOOL fIsBuffering);
67 HRESULT ContentType(IResponse *iface, [retval, out] BSTR *pbstrContentTypeRet);
70 HRESULT ContentType(IResponse *iface, [in] BSTR bstrContentType);
73 HRESULT Expires(IResponse *iface, [retval, out] VARIANT *pvarExpiresMinutesRet);
76 HRESULT Expire
[all...]
H A Dcontrol.idl58 HRESULT Run();
59 HRESULT Pause();
60 HRESULT Stop();
61 HRESULT GetState( [in] LONG msTimeout, [out] OAFilterState *pfs );
62 HRESULT RenderFile( [in] BSTR strFilename );
63 HRESULT AddSourceFilter( [in] BSTR strFilename, [out] IDispatch **ppUnk );
64 [propget] HRESULT FilterCollection( [out] IDispatch **ppUnk );
65 [propget] HRESULT RegFilterCollection( [out] IDispatch **ppUnk );
66 HRESULT StopWhenReady();
80 [propput] HRESULT Volum
[all...]
H A Dtom.idl215 HRESULT GetName([retval, out]BSTR *pName);
216 HRESULT GetSelection([retval, out]ITextSelection **ppSel);
217 HRESULT GetStoryCount([retval, out]LONG *pCount);
218 HRESULT GetStoryRanges([retval, out]ITextStoryRanges **ppStories);
219 HRESULT GetSaved([retval, out]LONG *pValue);
220 HRESULT SetSaved([in]LONG Value);
221 HRESULT GetDefaultTabStop([retval, out]float *pValue);
222 HRESULT SetDefaultTabStop([in]float Value);
223 HRESULT New();
224 HRESULT Ope
[all...]
H A Drichole.idl102 HRESULT GetClientSite(LPOLECLIENTSITE *lplpolesite);
103 HRESULT GetObjectCount();
104 HRESULT GetLinkCount();
105 HRESULT GetObject(LONG iob, REOBJECT *lpreobject, DWORD dwFlags);
106 HRESULT InsertObject(REOBJECT *lpreobject);
107 HRESULT ConvertObject(LONG iob, REFCLSID rclsidNew, LPCSTR lpstrUserTypeNew);
108 HRESULT ActivateAs(REFCLSID rclsid, REFCLSID rclsidAs);
109 HRESULT SetHostNames(LPCSTR lpstrContainerApp, LPCSTR lpstrContainerObj);
110 HRESULT SetLinkAvailable(LONG iob, BOOL fAvailable);
111 HRESULT SetDvaspec
[all...]
H A Dmscoree.idl33 cpp_quote("HRESULT WINAPI CorBindToRuntimeHost(LPCWSTR,LPCWSTR,LPCWSTR,VOID*,DWORD,REFCLSID,REFIID,LPVOID*);")
35 cpp_quote("HRESULT WINAPI GetCORSystemDirectory(LPWSTR,DWORD,DWORD*);")
36 cpp_quote("HRESULT WINAPI GetCORVersion(LPWSTR,DWORD,DWORD*);")
37 cpp_quote("HRESULT WINAPI GetRequestedRuntimeInfo(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,DWORD,LPWSTR,DWORD,DWORD*,LPWSTR,DWORD,DWORD*);")
38 cpp_quote("HRESULT WINAPI LoadLibraryShim(LPCWSTR,LPCWSTR,LPVOID,HMODULE*);")
40 cpp_quote("typedef HRESULT (__stdcall *FLockClrVersionCallback)(void);")
42 cpp_quote("typedef HRESULT (__stdcall *FLockClrVersionCallback)();")
44 cpp_quote("HRESULT WINAPI LockClrVersion(FLockClrVersionCallback,FLockClrVersionCallback*,FLockClrVersionCallback*);")
58 typedef HRESULT (__stdcall *FExecuteInAppDomainCallback)([in] void* cookie);
68 HRESULT ThreadIsBlockingForSuspensio
[all...]
H A Dnetfw.idl44 HRESULT AllowOutboundDestinationUnreachable([out, retval] VARIANT_BOOL* allow);
47 HRESULT AllowOutboundDestinationUnreachable( [in] VARIANT_BOOL allow );
50 HRESULT AllowRedirect( [out, retval] VARIANT_BOOL* allow );
53 HRESULT AllowRedirect( [in] VARIANT_BOOL allow );
56 HRESULT AllowInboundEchoRequest( [out, retval] VARIANT_BOOL* allow );
59 HRESULT AllowInboundEchoRequest( [in] VARIANT_BOOL allow );
62 HRESULT AllowOutboundTimeExceeded( [out, retval] VARIANT_BOOL* allow );
65 HRESULT AllowOutboundTimeExceeded( [in] VARIANT_BOOL allow );
68 HRESULT AllowOutboundParameterProblem( [out, retval] VARIANT_BOOL* allow );
71 HRESULT AllowOutboundParameterProble
[all...]
H A Daxcore.idl111 HRESULT Connect(
115 HRESULT ReceiveConnection(
119 HRESULT Disconnect(void);
121 HRESULT ConnectedTo(
124 HRESULT ConnectionMediaType(
127 HRESULT QueryPinInfo(
130 HRESULT QueryDirection(
133 HRESULT QueryId(
136 HRESULT QueryAccept(
139 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...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Damvideo.idl79 HRESULT GetSwitches([out] DWORD * pSwitches);
80 HRESULT SetSwitches([in] DWORD Switches);
81 HRESULT GetCaps([out] DDCAPS * pCaps);
82 HRESULT GetEmulatedCaps([out] DDCAPS *pCaps);
83 HRESULT GetSurfaceDesc([out] DDSURFACEDESC * pSurfaceDesc);
84 HRESULT GetFourCCCodes([out] DWORD * pCount, [out] DWORD * pCodes);
85 HRESULT SetDirectDraw([in] LPDIRECTDRAW pDirectDraw);
86 HRESULT GetDirectDraw([out] LPDIRECTDRAW * ppDirectDraw);
87 HRESULT GetSurfaceType([out] DWORD * pSurfaceType);
88 HRESULT SetDefaul
[all...]
H A Dcontrol.idl58 HRESULT Run();
59 HRESULT Pause();
60 HRESULT Stop();
61 HRESULT GetState( [in] LONG msTimeout, [out] OAFilterState *pfs );
62 HRESULT RenderFile( [in] BSTR strFilename );
63 HRESULT AddSourceFilter( [in] BSTR strFilename, [out] IDispatch **ppUnk );
64 [propget] HRESULT FilterCollection( [out] IDispatch **ppUnk );
65 [propget] HRESULT RegFilterCollection( [out] IDispatch **ppUnk );
66 HRESULT StopWhenReady();
80 [propput] HRESULT Volum
[all...]
H A Dtom.idl214 HRESULT GetName([retval, out]BSTR *pName);
215 HRESULT GetSelection([retval, out]ITextSelection **ppSel);
216 HRESULT GetStoryCount([retval, out]LONG *pCount);
217 HRESULT GetStoryRanges([retval, out]ITextStoryRanges **ppStories);
218 HRESULT GetSaved([retval, out]LONG *pValue);
219 HRESULT SetSaved([in]LONG Value);
220 HRESULT GetDefaultTabStop([retval, out]float *pValue);
221 HRESULT SetDefaultTabStop([in]float Value);
222 HRESULT New();
223 HRESULT Ope
[all...]
H A Dmscoree.idl33 cpp_quote("HRESULT WINAPI CorBindToRuntimeHost(LPCWSTR,LPCWSTR,LPCWSTR,VOID*,DWORD,REFCLSID,REFIID,LPVOID*);")
35 cpp_quote("HRESULT WINAPI GetCORSystemDirectory(LPWSTR,DWORD,DWORD*);")
36 cpp_quote("HRESULT WINAPI GetCORVersion(LPWSTR,DWORD,DWORD*);")
37 cpp_quote("HRESULT WINAPI GetRequestedRuntimeInfo(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,DWORD,LPWSTR,DWORD,DWORD*,LPWSTR,DWORD,DWORD*);")
38 cpp_quote("HRESULT WINAPI LoadLibraryShim(LPCWSTR,LPCWSTR,LPVOID,HMODULE*);")
40 cpp_quote("typedef HRESULT (__stdcall *FLockClrVersionCallback)(void);")
42 cpp_quote("typedef HRESULT (__stdcall *FLockClrVersionCallback)();")
44 cpp_quote("HRESULT WINAPI LockClrVersion(FLockClrVersionCallback,FLockClrVersionCallback*,FLockClrVersionCallback*);")
56 HRESULT ThreadIsBlockingForSuspension();
58 HRESULT SuspensionStartin
[all...]
H A Drichole.idl102 HRESULT GetClientSite(LPOLECLIENTSITE *lplpolesite);
103 HRESULT GetObjectCount();
104 HRESULT GetLinkCount();
105 HRESULT GetObject(LONG iob, REOBJECT *lpreobject, DWORD dwFlags);
106 HRESULT InsertObject(REOBJECT *lpreobject);
107 HRESULT ConvertObject(LONG iob, REFCLSID rclsidNew, LPCSTR lpstrUserTypeNew);
108 HRESULT ActivateAs(REFCLSID rclsid, REFCLSID rclsidAs);
109 HRESULT SetHostNames(LPCSTR lpstrContainerApp, LPCSTR lpstrContainerObj);
110 HRESULT SetLinkAvailable(LONG iob, BOOL fAvailable);
111 HRESULT SetDvaspec
[all...]
H A Dwuapi.idl75 HRESULT DetectNow();
76 HRESULT Pause();
77 HRESULT Resume();
78 HRESULT ShowSettingsDialog();
81 HRESULT Settings(
85 HRESULT ServiceEnabled(
88 HRESULT EnableService();
102 HRESULT ClientApplicationID(
106 HRESULT ClientApplicationID(
110 HRESULT ReadOnl
[all...]
H A Dnetfw.idl44 HRESULT AllowOutboundDestinationUnreachable([out, retval] VARIANT_BOOL* allow);
47 HRESULT AllowOutboundDestinationUnreachable( [in] VARIANT_BOOL allow );
50 HRESULT AllowRedirect( [out, retval] VARIANT_BOOL* allow );
53 HRESULT AllowRedirect( [in] VARIANT_BOOL allow );
56 HRESULT AllowInboundEchoRequest( [out, retval] VARIANT_BOOL* allow );
59 HRESULT AllowInboundEchoRequest( [in] VARIANT_BOOL allow );
62 HRESULT AllowOutboundTimeExceeded( [out, retval] VARIANT_BOOL* allow );
65 HRESULT AllowOutboundTimeExceeded( [in] VARIANT_BOOL allow );
68 HRESULT AllowOutboundParameterProblem( [out, retval] VARIANT_BOOL* allow );
71 HRESULT AllowOutboundParameterProble
[all...]
/vbox/src/VBox/Main/include/
H A DMachineDebuggerImpl.h37 HRESULT FinalConstruct();
41 HRESULT init (Console *aParent);
50 HRESULT getSingleStep(BOOL *aSingleStep);
51 HRESULT setSingleStep(BOOL aSingleStep);
52 HRESULT getRecompileUser(BOOL *aRecompileUser);
53 HRESULT setRecompileUser(BOOL aRecompileUser);
54 HRESULT getRecompileSupervisor(BOOL *aRecompileSupervisor);
55 HRESULT setRecompileSupervisor(BOOL aRecompileSupervisor);
56 HRESULT getExecuteAllInIEM(BOOL *aExecuteAllInIEM);
57 HRESULT setExecuteAllInIE
[all...]
H A DHostImpl.h43 HRESULT FinalConstruct();
47 HRESULT init(VirtualBox *aParent);
61 HRESULT i_loadSettings(const settings::Host &data);
62 HRESULT i_saveSettings(settings::Host &data);
64 HRESULT i_getDrives(DeviceType_T mediumType, bool fRefresh, MediaList *&pll, AutoWriteLock &treeLock);
65 HRESULT i_findHostDriveById(DeviceType_T mediumType, const Guid &uuid, bool fRefresh, ComObjPtr<Medium> &pMedium);
66 HRESULT i_findHostDriveByName(DeviceType_T mediumType, const Utf8Str &strLocationFull, bool fRefresh, ComObjPtr<Medium> &pMedium);
74 HRESULT i_addChild(HostUSBDeviceFilter *pChild);
75 HRESULT i_removeChild(HostUSBDeviceFilter *pChild);
78 HRESULT i_onUSBDeviceFilterChang
[all...]
H A DMachineImpl.h350 HRESULT FinalConstruct();
356 HRESULT init(VirtualBox *aParent,
366 HRESULT initFromSettings(VirtualBox *aParent,
371 HRESULT init(VirtualBox *aParent,
383 HRESULT initImpl(VirtualBox *aParent,
385 HRESULT initDataAndChildObjects();
386 HRESULT i_registeredInit();
387 HRESULT i_tryCreateMachineConfigFile(bool fForceOverwrite);
514 virtual HRESULT i_onNetworkAdapterChange(INetworkAdapter * /* networkAdapter */, BOOL /* changeAdapter */) { return S_OK; }
515 virtual HRESULT i_onNATRedirectRuleChang
[all...]
H A DMediumLock.h79 HRESULT UpdateLock(bool aLockWrite);
103 HRESULT Lock(bool aIgnoreLockedMedia = false);
110 HRESULT Unlock();
161 HRESULT Append(const ComObjPtr<Medium> &aMedium, bool aLockWrite);
172 HRESULT Prepend(const ComObjPtr<Medium> &aMedium, bool aLockWrite);
183 HRESULT Update(const ComObjPtr<Medium> &aMedium, bool aLockWrite);
193 HRESULT RemoveByIterator(Base::iterator &aIt);
202 HRESULT Clear();
225 HRESULT Lock(bool aSkipOverLockedMedia = false);
232 HRESULT Unloc
[all...]
H A DHostNetworkInterfaceImpl.h38 HRESULT FinalConstruct();
42 HRESULT init(Bstr interfaceName, Bstr shortName, Guid guid, HostNetworkInterfaceType_T ifType);
44 HRESULT init(Bstr aInterfaceName, HostNetworkInterfaceType_T ifType, struct NETIFINFO *pIfs);
45 HRESULT updateConfig();
48 HRESULT i_setVirtualBox(VirtualBox *pVirtualBox);
58 HRESULT getName(com::Utf8Str &aName);
59 HRESULT getShortName(com::Utf8Str &aShortName);
60 HRESULT getId(com::Guid &aGuiId);
61 HRESULT getDHCPEnabled(BOOL *aDHCPEnabled);
62 HRESULT getIPAddres
[all...]
H A DPCIDeviceAttachmentImpl.h34 HRESULT init(IMachine * aParent,
43 HRESULT i_loadSettings(IMachine * aParent,
45 HRESULT i_saveSettings(settings::HostPCIDeviceAttachment &data);
47 HRESULT FinalConstruct();
53 HRESULT getName(com::Utf8Str &aName);
54 HRESULT getIsPhysicalDevice(BOOL *aIsPhysicalDevice);
55 HRESULT getHostAddress(LONG *aHostAddress);
56 HRESULT getGuestAddress(LONG *aGuestAddress);

Completed in 145 milliseconds

1234567891011>>