Searched refs:HRESULT (Results 151 - 175 of 888) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcmdtxt.idl36 HRESULT GetCommandText([in, out /*, annotation("__inout_opt")*/] GUID *pguidDialect,
40 HRESULT RemoteGetCommandText([in, out, unique] GUID *pguidDialect,
45 HRESULT SetCommandText([in] REFGUID rguidDialect,
49 HRESULT RemoteSetCommandText([in] REFGUID rguidDialect,
H A Ddxerr8.h35 const char* WINAPI DXGetErrorString8A(HRESULT hr);
36 const WCHAR* WINAPI DXGetErrorString8W(HRESULT hr);
39 const char* WINAPI DXGetErrorDescription8A(HRESULT hr);
40 const WCHAR* WINAPI DXGetErrorDescription8W(HRESULT hr);
43 HRESULT WINAPI DXTraceA(const char* strFile, DWORD dwLine, HRESULT hr, const char* strMsg, BOOL bPopMsgBox);
44 HRESULT WINAPI DXTraceW(const char* strFile, DWORD dwLine, HRESULT hr, const WCHAR* strMsg, BOOL bPopMsgBox);
H A Ddxerr9.h35 const char* WINAPI DXGetErrorString9A(HRESULT hr);
36 const WCHAR* WINAPI DXGetErrorString9W(HRESULT hr);
39 const char* WINAPI DXGetErrorDescription9A(HRESULT hr);
40 const WCHAR* WINAPI DXGetErrorDescription9W(HRESULT hr);
43 HRESULT WINAPI DXTraceA(const char* strFile, DWORD dwLine, HRESULT hr, const char* strMsg, BOOL bPopMsgBox);
44 HRESULT WINAPI DXTraceW(const char* strFile, DWORD dwLine, HRESULT hr, const WCHAR* strMsg, BOOL bPopMsgBox);
H A Dmsxml.idl64 HRESULT length( [in] LONG v );
67 HRESULT length( [retval, out] LONG *p );
70 HRESULT _newEnum( [retval, out] IUnknown ** ppUnk );
73 HRESULT item(
87 HRESULT tagName( [retval, out] BSTR *p);
90 HRESULT tagName( [in] BSTR p );
93 HRESULT parent( [retval, out] IXMLElement **parent );
96 HRESULT setAttribute(
101 HRESULT getAttribute(
106 HRESULT removeAttribut
[all...]
H A Dmsinkaut.idl127 [id(0x00000001), propget] HRESULT Guid([out, retval] BSTR* Guid);
128 [id(0x00000002), propget] HRESULT Data([out, retval] VARIANT* Data);
129 [id(0x00000002), propput] HRESULT Data([in] VARIANT Data);
139 HRESULT Count([out, retval] long* Count);
140 HRESULT _NewEnum([out, retval] IUnknown** _NewEnum);
141 HRESULT Item(
144 HRESULT Add(
148 HRESULT Remove([in] VARIANT Identifier);
149 HRESULT Clear();
150 HRESULT DoesPropertyExis
[all...]
H A Dpropvarutil.h71 HRESULT WINAPI PropVariantChangeType(PROPVARIANT *ppropvarDest, REFPROPVARIANT propvarSrc,
73 HRESULT WINAPI InitPropVariantFromGUIDAsString(REFGUID guid, PROPVARIANT *ppropvar);
74 HRESULT WINAPI InitVariantFromGUIDAsString(REFGUID guid, VARIANT *pvar);
75 HRESULT WINAPI InitPropVariantFromBuffer(const VOID *pv, UINT cb, PROPVARIANT *ppropvar);
76 HRESULT WINAPI InitVariantFromBuffer(const VOID *pv, UINT cb, VARIANT *pvar);
77 HRESULT WINAPI PropVariantToGUID(const PROPVARIANT *ppropvar, GUID *guid);
78 HRESULT WINAPI VariantToGUID(const VARIANT *pvar, GUID *guid);
82 HRESULT WINAPI PropVariantToInt16(REFPROPVARIANT propvarIn, SHORT *ret);
83 HRESULT WINAPI PropVariantToInt32(REFPROPVARIANT propvarIn, LONG *ret);
84 HRESULT WINAP
[all...]
H A Drowpos.idl45 HRESULT ClearRowPosition();
48 HRESULT RemoteClearRowPosition([out] IErrorInfo **errorinfo);
51 HRESULT GetRowPosition([out] HCHAPTER *chapter,
56 HRESULT RemoteGetRowPosition([out] HCHAPTER *chapter,
61 HRESULT GetRowset([in] REFIID riid,
65 HRESULT RemoteGetRowset([in] REFIID riid,
70 HRESULT Initialize([in] IUnknown *rowset);
73 HRESULT RemoteInitialize([in] IUnknown *rowset,
77 HRESULT SetRowPosition([in] HCHAPTER chapter,
82 HRESULT RemoteSetRowPositio
[all...]
H A Dwincodecsdk.idl103 HRESULT GetMetadataFormat(
106 HRESULT GetContainerFormats(
111 HRESULT GetDeviceManufacturer(
116 HRESULT GetDeviceModels(
121 HRESULT DoesRequireFullStream(
124 HRESULT DoesSupportPadding(
127 HRESULT DoesRequireFixedSize(
137 HRESULT GetMetadataFormat(
140 HRESULT GetMetadataHandlerInfo(
143 HRESULT GetCoun
[all...]
H A Dwuapi.idl157 HRESULT NotificationLevel( [out, retval] AutomaticUpdatesNotificationLevel *retval );
160 HRESULT NotificationLevel( [in] AutomaticUpdatesNotificationLevel value );
163 HRESULT ReadOnly( [out, retval] VARIANT_BOOL *retval );
166 HRESULT Required( [out, retval] VARIANT_BOOL *retval );
169 HRESULT ScheduledInstallationDay( [out, retval] AutomaticUpdatesScheduledInstallationDay *retval );
172 HRESULT ScheduledInstallationDay( [in] AutomaticUpdatesScheduledInstallationDay value );
175 HRESULT ScheduledInstallationTime( [out, retval] LONG *retval );
178 HRESULT ScheduledInstallationTime( [in] LONG value );
181 HRESULT Refresh();
184 HRESULT Sav
[all...]
H A Ddimm.idl157 HRESULT Clone(
160 HRESULT Next(
165 HRESULT Reset();
167 HRESULT Skip(
178 HRESULT Clone(
181 HRESULT Next(
186 HRESULT Reset();
188 HRESULT Skip(
200 HRESULT Clone(
203 HRESULT Nex
[all...]
H A Ddispex.idl86 HRESULT GetDispID(
92 HRESULT InvokeEx(
102 HRESULT RemoteInvokeEx(
114 HRESULT DeleteMemberByName(
118 HRESULT DeleteMemberByDispID(
121 HRESULT GetMemberProperties(
126 HRESULT GetMemberName(
130 HRESULT GetNextDispID(
135 HRESULT GetNameSpaceParent([out] IUnknown **ppunk);
145 HRESULT QueryErrorInf
[all...]
/vbox/src/VBox/Main/include/
H A DEmulatedUSBImpl.h37 HRESULT FinalConstruct();
41 HRESULT init(ComObjPtr<Console> pConsole);
48 HRESULT i_webcamAttachInternal(const com::Utf8Str &aPath,
52 HRESULT i_webcamDetachInternal(const com::Utf8Str &aPath);
59 HRESULT webcamPathFromId(com::Utf8Str *pPath, const char *pszId);
62 virtual HRESULT getWebcams(std::vector<com::Utf8Str> &aWebcams);
65 virtual HRESULT webcamAttach(const com::Utf8Str &aPath,
67 virtual HRESULT webcamDetach(const com::Utf8Str &aPath);
H A DGuestDnDSourceImpl.h36 HRESULT FinalConstruct(void);
44 HRESULT isFormatSupported(const com::Utf8Str &aFormat, BOOL *aSupported);
45 HRESULT getFormats(std::vector<com::Utf8Str> &aFormats);
46 HRESULT addFormats(const std::vector<com::Utf8Str> &aFormats);
47 HRESULT removeFormats(const std::vector<com::Utf8Str> &aFormats);
52 HRESULT dragIsPending(ULONG uScreenId, std::vector<com::Utf8Str> &aFormats, std::vector<DnDAction_T> &aAllowedActions, DnDAction_T *aDefaultAction);
53 HRESULT drop(const com::Utf8Str &aFormat, DnDAction_T aAction, ComPtr<IProgress> &aProgress);
54 HRESULT receiveData(std::vector<BYTE> &aData);
H A DKeyboardImpl.h50 HRESULT FinalConstruct();
54 HRESULT init(Console *aParent);
67 HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
68 HRESULT getKeyboardLEDs(std::vector<KeyboardLED_T> &aKeyboardLEDs);
71 HRESULT putScancode(LONG aScancode);
72 HRESULT putScancodes(const std::vector<LONG> &aScancodes,
74 HRESULT putCAD();
75 HRESULT releaseKeys();
H A DVirtualBoxImpl.h88 HRESULT FinalConstruct();
92 HRESULT init();
93 HRESULT initMachines();
94 HRESULT initMedia(const Guid &uuidMachineRegistry,
114 HRESULT i_postEvent(Event *event);
116 HRESULT i_addProgress(IProgress *aProgress);
117 HRESULT i_removeProgress(IN_GUID aId);
120 typedef DECLCALLBACKPTR(HRESULT, SVCHelperClientFunc)
122 HRESULT i_startSVCHelperClient(bool aPrivileged,
170 HRESULT i_findMachin
[all...]
H A DGuestDnDTargetImpl.h36 HRESULT FinalConstruct(void);
44 HRESULT isFormatSupported(const com::Utf8Str &aFormat, BOOL *aSupported);
45 HRESULT getFormats(std::vector<com::Utf8Str> &aFormats);
46 HRESULT addFormats(const std::vector<com::Utf8Str> &aFormats);
47 HRESULT removeFormats(const std::vector<com::Utf8Str> &aFormats);
52 HRESULT enter(ULONG aScreenId, ULONG ax, ULONG aY, DnDAction_T aDefaultAction, const std::vector<DnDAction_T> &aAllowedActions, const std::vector<com::Utf8Str> &aFormats, DnDAction_T *aResultAction);
53 HRESULT move(ULONG aScreenId, ULONG aX, ULONG aY, DnDAction_T aDefaultAction, const std::vector<DnDAction_T> &aAllowedActions, const std::vector<com::Utf8Str> &aFormats, DnDAction_T *aResultAction);
54 HRESULT leave(ULONG aScreenId);
55 HRESULT drop(ULONG aScreenId, ULONG aX, ULONG aY, DnDAction_T aDefaultAction, const std::vector<DnDAction_T> &aAllowedActions, const std::vector<com::Utf8Str> &aFormats, com::Utf8Str &aFormat, DnDAction_T *aResultAction);
56 HRESULT sendDat
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddxerr8.h35 const char* WINAPI DXGetErrorString8A(HRESULT hr);
36 const WCHAR* WINAPI DXGetErrorString8W(HRESULT hr);
39 const char* WINAPI DXGetErrorDescription8A(HRESULT hr);
40 const WCHAR* WINAPI DXGetErrorDescription8W(HRESULT hr);
43 HRESULT WINAPI DXTraceA(const char* strFile, DWORD dwLine, HRESULT hr, const char* strMsg, BOOL bPopMsgBox);
44 HRESULT WINAPI DXTraceW(const char* strFile, DWORD dwLine, HRESULT hr, const WCHAR* strMsg, BOOL bPopMsgBox);
H A Ddxerr9.h35 const char* WINAPI DXGetErrorString9A(HRESULT hr);
36 const WCHAR* WINAPI DXGetErrorString9W(HRESULT hr);
39 const char* WINAPI DXGetErrorDescription9A(HRESULT hr);
40 const WCHAR* WINAPI DXGetErrorDescription9W(HRESULT hr);
43 HRESULT WINAPI DXTraceA(const char* strFile, DWORD dwLine, HRESULT hr, const char* strMsg, BOOL bPopMsgBox);
44 HRESULT WINAPI DXTraceW(const char* strFile, DWORD dwLine, HRESULT hr, const WCHAR* strMsg, BOOL bPopMsgBox);
H A Dmsxml.idl49 HRESULT length( [in] LONG v );
52 HRESULT length( [retval, out] LONG *p );
55 HRESULT _newEnum( [retval, out] IUnknown ** ppUnk );
58 HRESULT item(
72 HRESULT tagName( [retval, out] BSTR *p);
75 HRESULT tagName( [in] BSTR p );
78 HRESULT parent( [retval, out] IXMLElement **parent );
81 HRESULT setAttribute(
86 HRESULT getAttribute(
91 HRESULT removeAttribut
[all...]
H A Dmsinkaut.idl127 [id(0x00000001), propget] HRESULT Guid([out, retval] BSTR* Guid);
128 [id(0x00000002), propget] HRESULT Data([out, retval] VARIANT* Data);
129 [id(0x00000002), propput] HRESULT Data([in] VARIANT Data);
139 HRESULT Count([out, retval] long* Count);
140 HRESULT _NewEnum([out, retval] IUnknown** _NewEnum);
141 HRESULT Item(
144 HRESULT Add(
148 HRESULT Remove([in] VARIANT Identifier);
149 HRESULT Clear();
150 HRESULT DoesPropertyExis
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Ditss.idl49 HRESULT StgCreateDocfile(
55 HRESULT StgCreateDocfileOnILockBytes(
62 HRESULT StgIsStorageFile(
65 HRESULT StgIsStorageILockBytes(
68 HRESULT StgOpenStorage(
76 HRESULT StgOpenStorageOnILockBytes(
84 HRESULT StgSetTimes(
90 HRESULT SetControlData(
93 HRESULT DefaultControlData(
96 HRESULT Compac
[all...]
/vbox/src/VBox/Main/src-client/
H A DGuestFsObjInfoImpl.cpp42 HRESULT GuestFsObjInfo::FinalConstruct(void)
92 HRESULT GuestFsObjInfo::getAccessTime(LONG64 *aAccessTime)
104 HRESULT GuestFsObjInfo::getAllocatedSize(LONG64 *aAllocatedSize)
116 HRESULT GuestFsObjInfo::getBirthTime(LONG64 *aBirthTime)
128 HRESULT GuestFsObjInfo::getChangeTime(LONG64 *aChangeTime)
142 HRESULT GuestFsObjInfo::getDeviceNumber(ULONG *aDeviceNumber)
154 HRESULT GuestFsObjInfo::getFileAttributes(com::Utf8Str &aFileAttributes)
166 HRESULT GuestFsObjInfo::getGenerationId(ULONG *aGenerationId)
178 HRESULT GuestFsObjInfo::getGID(ULONG *aGID)
190 HRESULT GuestFsObjInf
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvFactory.cpp30 extern HRESULT VBoxCredProvProviderCreate(REFIID interfaceID, void **ppvInterface);
65 HRESULT
70 HRESULT hr = S_OK;
90 HRESULT
98 HRESULT
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Ditss.idl49 HRESULT StgCreateDocfile(
55 HRESULT StgCreateDocfileOnILockBytes(
62 HRESULT StgIsStorageFile(
65 HRESULT StgIsStorageILockBytes(
68 HRESULT StgOpenStorage(
76 HRESULT StgOpenStorageOnILockBytes(
84 HRESULT StgSetTimes(
90 HRESULT SetControlData(
93 HRESULT DefaultControlData(
96 HRESULT Compac
[all...]
/vbox/src/VBox/Main/src-server/
H A DTokenImpl.cpp30 HRESULT MachineToken::FinalConstruct()
50 HRESULT MachineToken::init(const ComObjPtr<SessionMachine> &pSessionMachine)
92 HRESULT MachineToken::abandon(AutoCaller &aAutoCaller)
102 HRESULT MachineToken::dummy()
121 HRESULT MediumLockToken::FinalConstruct()
142 HRESULT MediumLockToken::init(const ComObjPtr<Medium> &pMedium, bool fWrite)
179 HRESULT rc = m.pMedium->i_unlockWrite(NULL);
184 HRESULT rc = m.pMedium->i_unlockRead(NULL);
194 HRESULT MediumLockToken::abandon(AutoCaller &aAutoCaller)
204 HRESULT MediumLockToke
[all...]

Completed in 692 milliseconds

1234567891011>>