Searched refs:HRESULT (Results 101 - 125 of 888) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsensevts.idl45 HRESULT ConnectionMade(
49 HRESULT ConnectionMadeNoQOCInfo(
52 HRESULT ConnectionLost(
55 HRESULT DestinationReachable(
60 HRESULT DestinationReachableNoQOCInfo(
73 HRESULT OnAcPower( void );
74 HRESULT OnBatteryPower(
76 HRESULT BatteryLow(
87 HRESULT Logon(
89 HRESULT Logof
[all...]
H A Dmsctf.idl41 cpp_quote("HRESULT WINAPI TF_CreateThreadMgr(ITfThreadMgr **pptim);")
42 cpp_quote("HRESULT WINAPI TF_GetThreadMgr(ITfThreadMgr **pptim);")
43 cpp_quote("HRESULT WINAPI TF_CreateInputProcessorProfiles(ITfInputProcessorProfiles **ppipr);")
44 cpp_quote("HRESULT WINAPI TF_CreateLangBarMgr(ITfLangBarMgr **pppbm);")
135 HRESULT Activate(
138 HRESULT Deactivate();
140 HRESULT CreateDocumentMgr(
143 HRESULT EnumDocumentMgrs(
146 HRESULT GetFocus(
149 HRESULT SetFocu
[all...]
H A Dxmldom.idl82 HRESULT nodeName( [out,retval] BSTR *name );
85 HRESULT nodeValue( [out,retval] VARIANT *value );
88 HRESULT nodeValue( [in] VARIANT value );
91 HRESULT nodeType( [out,retval] DOMNodeType *type );
94 HRESULT parentNode( [out,retval] IXMLDOMNode **parent );
97 HRESULT childNodes( [out,retval] IXMLDOMNodeList **childList );
100 HRESULT firstChild( [out,retval] IXMLDOMNode **firstChild );
103 HRESULT lastChild( [out,retval] IXMLDOMNode **lastChild );
106 HRESULT previousSibling( [out,retval] IXMLDOMNode **previousSibling );
109 HRESULT nextSiblin
[all...]
H A Damstream.idl85 [propget, id(1), helpstring("property FileName")] HRESULT FileName([out, retval] BSTR *pVal);
86 [propput, id(1), helpstring("property FileName")] HRESULT FileName([in] BSTR newVal);
87 [propget, id(2), helpstring("property Video")] HRESULT Video([out, retval] OUTPUT_STATE *pVal);
88 [propput, id(2), helpstring("propetry Video")] HRESULT Video([in] OUTPUT_STATE newVal);
89 [propget, id(3), helpstring("property Audio")] HRESULT Audio([out, retval] OUTPUT_STATE *pVal);
90 [propput, id(3), helpstring("propetry Audio")] HRESULT Audio([in] OUTPUT_STATE newVal);
100 HRESULT Initialize(
105 HRESULT GetFilterGraph(
108 HRESULT GetFilter(
111 HRESULT AddMediaStrea
[all...]
H A Duxtheme.h37 HRESULT WINAPI CloseThemeData(HTHEME hTheme);
38 HRESULT WINAPI DrawThemeBackground(HTHEME,HDC,int,int,const RECT*,const RECT*);
53 HRESULT WINAPI DrawThemeBackgroundEx(HTHEME,HDC,int,int,const RECT*,
55 HRESULT WINAPI DrawThemeEdge(HTHEME,HDC,int,int,const RECT*,UINT,UINT,
57 HRESULT WINAPI DrawThemeIcon(HTHEME,HDC,int,int,const RECT*,HIMAGELIST,int);
58 HRESULT WINAPI DrawThemeParentBackground(HWND,HDC,RECT*);
62 HRESULT WINAPI DrawThemeText(HTHEME,HDC,int,int,LPCWSTR,int,DWORD,DWORD,
70 HRESULT WINAPI EnableThemeDialogTexture(HWND,DWORD);
71 HRESULT WINAPI EnableTheming(BOOL);
72 HRESULT WINAP
[all...]
H A Dactivdbg.idl101 HRESULT GetName(
105 HRESULT GetDocumentClassId(
131 HRESULT GetDocumentContext(
134 HRESULT SetBreakPoint(
148 HRESULT Next(
153 HRESULT Skip(
156 HRESULT Reset();
158 HRESULT Clone(
172 HRESULT GetDocument(
175 HRESULT EnumCodeContext
[all...]
/vbox/src/VBox/Main/include/
H A DApplianceImpl.h71 HRESULT FinalConstruct();
75 HRESULT init(VirtualBox *aVirtualBox);
80 static HRESULT i_setErrorStatic(HRESULT aResultCode,
89 HRESULT getPath(com::Utf8Str &aPath);
90 HRESULT getDisks(std::vector<com::Utf8Str> &aDisks);
91 HRESULT getVirtualSystemDescriptions(std::vector<ComPtr<IVirtualSystemDescription> > &aVirtualSystemDescriptions);
92 HRESULT getMachines(std::vector<com::Utf8Str> &aMachines);
95 HRESULT read(const com::Utf8Str &aFile,
97 HRESULT interpre
[all...]
H A DGuestDirectoryImpl.h41 HRESULT FinalConstruct(void);
52 static HRESULT i_setErrorExternal(VirtualBoxBase *pInterface, int guestRc);
60 HRESULT getDirectoryName(com::Utf8Str &aDirectoryName);
61 HRESULT getFilter(com::Utf8Str &aFilter);
66 HRESULT close();
67 HRESULT read(ComPtr<IFsObjInfo> &aObjInfo);
H A DVirtualBoxClientImpl.h42 HRESULT FinalConstruct();
46 HRESULT init();
51 virtual HRESULT getVirtualBox(ComPtr<IVirtualBox> &aVirtualBox);
52 virtual HRESULT getSession(ComPtr<ISession> &aSession);
53 virtual HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
56 virtual HRESULT checkMachineError(const ComPtr<IMachine> &aMachine);
H A DMediumImpl.h47 HRESULT FinalConstruct();
58 HRESULT init(VirtualBox *aVirtualBox,
66 HRESULT init(VirtualBox *aVirtualBox,
73 HRESULT initOne(Medium *aParent,
78 HRESULT init(VirtualBox *aVirtualBox,
87 HRESULT init(VirtualBox *aVirtualBox,
127 HRESULT i_setPropertyDirect(const Utf8Str &aName, const Utf8Str &aValue);
129 HRESULT i_addBackReference(const Guid &aMachineId,
131 HRESULT i_removeBackReference(const Guid &aMachineId,
144 HRESULT i_updatePat
[all...]
H A DBandwidthGroupImpl.h32 HRESULT FinalConstruct();
36 HRESULT init(BandwidthControl *aParent,
40 HRESULT init(BandwidthControl *aParent, BandwidthGroup *aThat, bool aReshare = false);
41 HRESULT initCopy(BandwidthControl *aParent, BandwidthGroup *aThat);
60 HRESULT getName(com::Utf8Str &aName);
61 HRESULT getType(BandwidthGroupType_T *aType);
62 HRESULT getReference(ULONG *aReferences);
63 HRESULT getMaxBytesPerSec(LONG64 *aMaxBytesPerSec);
64 HRESULT setMaxBytesPerSec(LONG64 MaxBytesPerSec);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtxdtc.idl130 HRESULT Lookup([out]ITransaction **ppTransaction);
137 HRESULT Lookup([in]XID *pXID,[out]ITransaction **ppTransaction);
144 HRESULT TMDown(void);
151 HRESULT Enlist([in]ITransaction *pTransaction,[in]ITransactionResourceAsync *pRes,[out]XACTUOW *pUOW,[out]LONG *pisoLevel,[out]ITransactionEnlistmentAsync **ppEnlist);
152 HRESULT Reenlist([in]byte *pPrepInfo,[in]ULONG cbPrepInfo,[in]DWORD lTimeout,[out]XACTSTAT *pXactStat);
153 HRESULT ReenlistmentComplete(void);
154 HRESULT GetDistributedTransactionManager([in]REFIID iid,[out,iid_is(iid)]void **ppvObject);
161 HRESULT TransactionCommitted([in]byte *pPrepInfo,[in]ULONG cbPrepInfo);
162 HRESULT RecoveryDone(void);
169 HRESULT Enlist
[all...]
H A Dxmldom.idl88 HRESULT nodeName( [out,retval] BSTR *name );
91 HRESULT nodeValue( [out,retval] VARIANT *value );
94 HRESULT nodeValue( [in] VARIANT value );
97 HRESULT nodeType( [out,retval] DOMNodeType *type );
100 HRESULT parentNode( [out,retval] IXMLDOMNode **parent );
103 HRESULT childNodes( [out,retval] IXMLDOMNodeList **childList );
106 HRESULT firstChild( [out,retval] IXMLDOMNode **firstChild );
109 HRESULT lastChild( [out,retval] IXMLDOMNode **lastChild );
112 HRESULT previousSibling( [out,retval] IXMLDOMNode **previousSibling );
115 HRESULT nextSiblin
[all...]
H A Damstream.idl85 [propget, id(1), helpstring("property FileName")] HRESULT FileName([out, retval] BSTR *pVal);
86 [propput, id(1), helpstring("property FileName")] HRESULT FileName([in] BSTR newVal);
87 [propget, id(2), helpstring("property Video")] HRESULT Video([out, retval] OUTPUT_STATE *pVal);
88 [propput, id(2), helpstring("propetry Video")] HRESULT Video([in] OUTPUT_STATE newVal);
89 [propget, id(3), helpstring("property Audio")] HRESULT Audio([out, retval] OUTPUT_STATE *pVal);
90 [propput, id(3), helpstring("propetry Audio")] HRESULT Audio([in] OUTPUT_STATE newVal);
100 HRESULT Initialize(
105 HRESULT GetFilterGraph(
108 HRESULT GetFilter(
111 HRESULT AddMediaStrea
[all...]
H A Dxmllite.idl56 HRESULT SetInput( [in] IUnknown *input);
57 HRESULT GetProperty( [in] UINT property, [out] LONG_PTR *value);
58 HRESULT SetProperty( [in] UINT property, [in] LONG_PTR value);
59 HRESULT Read( [out] XmlNodeType *node_type);
60 HRESULT GetNodeType( [out] XmlNodeType *node_type);
61 HRESULT MoveToFirstAttribute(void);
62 HRESULT MoveToNextAttribute(void);
63 HRESULT MoveToAttributeByName( [in] LPCWSTR local_name,
65 HRESULT MoveToElement(void);
66 HRESULT GetQualifiedNam
[all...]
H A Duxtheme.h37 HRESULT WINAPI CloseThemeData(HTHEME hTheme);
38 HRESULT WINAPI DrawThemeBackground(HTHEME,HDC,int,int,const RECT*,const RECT*);
53 HRESULT WINAPI DrawThemeBackgroundEx(HTHEME,HDC,int,int,const RECT*,
55 HRESULT WINAPI DrawThemeEdge(HTHEME,HDC,int,int,const RECT*,UINT,UINT,
57 HRESULT WINAPI DrawThemeIcon(HTHEME,HDC,int,int,const RECT*,HIMAGELIST,int);
58 HRESULT WINAPI DrawThemeParentBackground(HWND,HDC,RECT*);
62 HRESULT WINAPI DrawThemeText(HTHEME,HDC,int,int,LPCWSTR,int,DWORD,DWORD,
70 HRESULT WINAPI EnableThemeDialogTexture(HWND,DWORD);
71 HRESULT WINAPI EnableTheming(BOOL);
72 HRESULT WINAP
[all...]
H A Diads.idl344 [propget] HRESULT Count(
346 [propget, restricted] HRESULT _NewEnum(
348 [propget] HRESULT Filter(
350 [propput] HRESULT Filter(
352 [propget] HRESULT Hints(
354 [propput] HRESULT Hints(
356 HRESULT GetObject(
360 HRESULT Create(
364 HRESULT Delete(
367 HRESULT CopyHer
[all...]
H A Daudiopolicy.idl64 HRESULT OnDisplayNameChanged(
68 HRESULT OnIconPathChanged(
72 HRESULT OnSimpleVolumeChanged(
77 HRESULT OnChannelVolumeChanged(
83 HRESULT OnGroupingParamChanged(
87 HRESULT OnStateChanged(
90 HRESULT OnSessionDisconnected(
103 HRESULT GetState(
106 HRESULT GetDisplayName(
109 HRESULT SetDisplayNam
[all...]
H A Dexdisp.idl93 [id(100)] HRESULT GoBack();
94 [id(101)] HRESULT GoForward();
95 [id(102)] HRESULT GoHome();
96 [id(103)] HRESULT GoSearch();
99 HRESULT Navigate(
106 [id(DISPID_REFRESH)] HRESULT Refresh();
107 [id(105)] HRESULT Refresh2([in, optional] VARIANT *Level);
108 [id(106)] HRESULT Stop();
109 [id(200), propget] HRESULT Application([out, retval] IDispatch** ppDisp);
110 [id(201), propget] HRESULT Paren
[all...]
H A Dasynot.idl36 HRESULT OnLowResource([in] DB_DWRESERVE dwReserved);
39 HRESULT RemoteOnLowResource([in] DB_DWRESERVE dwReserved);
42 HRESULT OnProgress([in] HCHAPTER hChapter,
50 HRESULT RemoteOnProgress([in] HCHAPTER hChapter,
58 HRESULT OnStop([in] HCHAPTER hChapter,
60 [in] HRESULT hrStatus,
64 HRESULT RemoteOnStop([in] HCHAPTER hChapter,
66 [in] HRESULT hrStatus,
H A Dddstream.idl55 HRESULT GetFormat(
61 HRESULT SetFormat(
65 HRESULT GetDirectDraw(
68 HRESULT SetDirectDraw(
71 HRESULT CreateSample(
77 HRESULT GetTimePerFrame(
90 HRESULT GetSurface(
94 HRESULT SetRect(
H A Docmm.idl40 HRESULT OnTimer([in] VARIANT vtimeAdvise);
51 HRESULT Advise([in] VARIANT vtimeMin,
58 HRESULT Unadvise([in] DWORD dwCookie);
60 HRESULT Freeze([in] BOOL fFreeze);
62 HRESULT GetTime([out] VARIANT *pvtime);
73 HRESULT CreateTimer([in] ITimer *pReferenceTimer,
76 HRESULT GetNamedTimer([in] REFGUID rguidName,
79 HRESULT SetNamedTimerReference([in] REFGUID rguidName,
H A Dwmiutils.idl80 HRESULT GetCount(
83 HRESULT SetKey(
89 HRESULT SetKey2(
95 HRESULT GetKey(
104 HRESULT GetKey2(
112 HRESULT RemoveKey(
116 HRESULT RemoveAllKeys(
119 HRESULT MakeSingleton([in] boolean bSet);
121 HRESULT GetInfo(
125 HRESULT GetTex
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/
H A DVBoxWineEx.h38 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_CREATETEXTURE(IDirect3DDevice9Ex *iface,
44 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_CREATECUBETEXTURE(IDirect3DDevice9Ex *iface,
50 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_CREATEVOLUMETEXTURE(IDirect3DDevice9Ex *iface,
56 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_VOLBLT(IDirect3DDevice9Ex *iface,
62 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_VOLTEXBLT(IDirect3DDevice9Ex *iface,
68 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_FLUSH(IDirect3DDevice9Ex *iface);
71 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_FLUSHTOHOST(IDirect3DDevice9Ex *iface);
74 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_FINISH(IDirect3DDevice9Ex *iface);
77 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_UPDATE(IDirect3DDevice9Ex *iface, D3DPRESENT_PARAMETERS * pParams, IDirect3DDevice9Ex **outIface);
80 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_TER
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/
H A DVBoxWineEx.h38 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_CREATETEXTURE(IDirect3DDevice9Ex *iface,
44 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_CREATECUBETEXTURE(IDirect3DDevice9Ex *iface,
50 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_CREATEVOLUMETEXTURE(IDirect3DDevice9Ex *iface,
56 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_VOLBLT(IDirect3DDevice9Ex *iface,
62 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_VOLTEXBLT(IDirect3DDevice9Ex *iface,
68 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_FLUSH(IDirect3DDevice9Ex *iface);
71 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_FLUSHTOHOST(IDirect3DDevice9Ex *iface);
74 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_FINISH(IDirect3DDevice9Ex *iface);
77 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_UPDATE(IDirect3DDevice9Ex *iface, D3DPRESENT_PARAMETERS * pParams, IDirect3DDevice9Ex **outIface);
80 typedef VBOXWINEEX_DECL(HRESULT) FNVBOXWINEEXD3DDEV9_TER
[all...]

Completed in 164 milliseconds

1234567891011>>