HomeSort by relevance Sort by last modified time
    Searched full:hresult (Results 1 - 25 of 1024) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtcerr.h 13 #define RTC_E_SIP_CODECS_DO_NOT_MATCH ((HRESULT)0x80EE0000)
14 #define RTC_E_SIP_STREAM_PRESENT ((HRESULT)0x80EE0001)
15 #define RTC_E_SIP_STREAM_NOT_PRESENT ((HRESULT)0x80EE0002)
16 #define RTC_E_SIP_NO_STREAM ((HRESULT)0x80EE0003)
17 #define RTC_E_SIP_PARSE_FAILED ((HRESULT)0x80EE0004)
18 #define RTC_E_SIP_HEADER_NOT_PRESENT ((HRESULT)0x80EE0005)
19 #define RTC_E_SDP_NOT_PRESENT ((HRESULT)0x80EE0006)
20 #define RTC_E_SDP_PARSE_FAILED ((HRESULT)0x80EE0007)
21 #define RTC_E_SDP_UPDATE_FAILED ((HRESULT)0x80EE0008)
22 #define RTC_E_SDP_MULTICAST ((HRESULT)0x80EE0009
    [all...]
ntdsbmsg.h 18 #define hrNone ((HRESULT)0x00000000)
19 #define hrNyi ((HRESULT)0xC0000001)
20 #define hrInvalidParam ((HRESULT)0xC7FF0001)
21 #define hrError ((HRESULT)0xC7FF0002)
22 #define hrInvalidHandle ((HRESULT)0xC7FF0003)
23 #define hrRestoreInProgress ((HRESULT)0xC7FF0004)
24 #define hrAlreadyOpen ((HRESULT)0xC7FF0005)
25 #define hrInvalidRecips ((HRESULT)0xC7FF0006)
26 #define hrCouldNotConnect ((HRESULT)0xC7FF0007)
27 #define hrRestoreMapExists ((HRESULT)0xC7FF0008
    [all...]
vfwmsgs.h 19 #define VFW_S_NO_MORE_ITEMS ((HRESULT)0x00040103)
20 #define VFW_S_DUPLICATE_NAME ((HRESULT)0x0004022D)
21 #define VFW_S_STATE_INTERMEDIATE ((HRESULT)0x00040237)
22 #define VFW_S_PARTIAL_RENDER ((HRESULT)0x00040242)
23 #define VFW_S_SOME_DATA_IGNORED ((HRESULT)0x00040245)
24 #define VFW_S_CONNECTIONS_DEFERRED ((HRESULT)0x00040246)
25 #define VFW_S_RESOURCE_NOT_NEEDED ((HRESULT)0x00040250)
26 #define VFW_S_MEDIA_TYPE_IGNORED ((HRESULT)0x00040254)
27 #define VFW_S_VIDEO_NOT_RENDERED ((HRESULT)0x00040257)
28 #define VFW_S_AUDIO_NOT_RENDERED ((HRESULT)0x00040258
    [all...]
tapi3err.h 9 #define TAPI_E_NOTENOUGHMEMORY ((HRESULT)0x80040001)
10 #define TAPI_E_NOITEMS ((HRESULT)0x80040002)
11 #define TAPI_E_NOTSUPPORTED ((HRESULT)0x80040003)
12 #define TAPI_E_INVALIDMEDIATYPE ((HRESULT)0x80040004)
13 #define TAPI_E_OPERATIONFAILED ((HRESULT)0x80040005)
14 #define TAPI_E_ALLOCATED ((HRESULT)0x80040006)
15 #define TAPI_E_CALLUNAVAIL ((HRESULT)0x80040007)
16 #define TAPI_E_COMPLETIONOVERRUN ((HRESULT)0x80040008)
17 #define TAPI_E_CONFERENCEFULL ((HRESULT)0x80040009)
18 #define TAPI_E_DIALMODIFIERNOTSUPPORTED ((HRESULT)0x8004000A
    [all...]
oledberr.h 17 #define DB_E_BOGUS ((HRESULT)0x80040EFF)
24 #define DB_E_BADACCESSORHANDLE ((HRESULT)0x80040E00)
25 #define DB_E_ROWLIMITEXCEEDED ((HRESULT)0x80040E01)
26 #define DB_E_READONLYACCESSOR ((HRESULT)0x80040E02)
27 #define DB_E_SCHEMAVIOLATION ((HRESULT)0x80040E03)
28 #define DB_E_BADROWHANDLE ((HRESULT)0x80040E04)
29 #define DB_E_OBJECTOPEN ((HRESULT)0x80040E05)
32 #define DB_E_BADCHAPTER ((HRESULT)0x80040E06)
35 #define DB_E_CANTCONVERTVALUE ((HRESULT)0x80040E07)
36 #define DB_E_BADBINDINFO ((HRESULT)0x80040E08
    [all...]
cierror.h 18 #define NOT_AN_ERROR1 ((HRESULT)0x00081600)
21 #define QUERY_E_FAILED ((HRESULT)0x80041600)
22 #define QUERY_E_INVALIDQUERY ((HRESULT)0x80041601)
23 #define QUERY_E_INVALIDRESTRICTION ((HRESULT)0x80041602)
24 #define QUERY_E_INVALIDSORT ((HRESULT)0x80041603)
25 #define QUERY_E_INVALIDCATEGORIZE ((HRESULT)0x80041604)
26 #define QUERY_E_ALLNOISE ((HRESULT)0x80041605)
27 #define QUERY_E_TOOCOMPLEX ((HRESULT)0x80041606)
28 #define QUERY_E_TIMEDOUT ((HRESULT)0x80041607)
29 #define QUERY_E_DUPLICATE_OUTPUT_COLUMN ((HRESULT)0x80041608
    [all...]
fltwinerror.h 11 #define FILTER_HRESULT_FROM_FLT_NTSTATUS(x) (NT_ASSERT((x & 0xfff0000) == 0x001c0000),(HRESULT) (((x) & 0x8000ffff) | (FACILITY_USERMODE_FILTER_MANAGER << 16)))
14 #define ERROR_FLT_IO_COMPLETE ((HRESULT)0x001f0001)
15 #define ERROR_FLT_NO_HANDLER_DEFINED ((HRESULT)0x801f0001)
16 #define ERROR_FLT_CONTEXT_ALREADY_DEFINED ((HRESULT)0x801f0002)
17 #define ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST ((HRESULT)0x801f0003)
18 #define ERROR_FLT_DISALLOW_FAST_IO ((HRESULT)0x801f0004)
19 #define ERROR_FLT_INVALID_NAME_REQUEST ((HRESULT)0x801f0005)
20 #define ERROR_FLT_NOT_SAFE_TO_POST_OPERATION ((HRESULT)0x801f0006)
21 #define ERROR_FLT_NOT_INITIALIZED ((HRESULT)0x801f0007)
22 #define ERROR_FLT_FILTER_NOT_READY ((HRESULT)0x801f0008
    [all...]
filterr.h 17 #define NOT_AN_ERROR ((HRESULT)0x00080000)
20 #define FILTER_E_END_OF_CHUNKS ((HRESULT)0x80041700)
21 #define FILTER_E_NO_MORE_TEXT ((HRESULT)0x80041701)
22 #define FILTER_E_NO_MORE_VALUES ((HRESULT)0x80041702)
23 #define FILTER_E_ACCESS ((HRESULT)0x80041703)
24 #define FILTER_W_MONIKER_CLIPPED ((HRESULT)0x00041704)
25 #define FILTER_E_NO_TEXT ((HRESULT)0x80041705)
26 #define FILTER_E_NO_VALUES ((HRESULT)0x80041706)
27 #define FILTER_E_EMBEDDING_UNAVAILABLE ((HRESULT)0x80041707)
28 #define FILTER_E_LINK_UNAVAILABLE ((HRESULT)0x80041708
    [all...]
mq.h 60 HRESULT *aStatus;
69 HRESULT *aStatus;
78 HRESULT *aStatus;
85 HRESULT *aStatus;
94 HRESULT *aStatus;
422 #define MQ_OK ((HRESULT)0)
424 #define MQ_INFORMATION_PROPERTY ((HRESULT)0x400E0001)
425 #define MQ_INFORMATION_ILLEGAL_PROPERTY ((HRESULT)0x400E0002)
426 #define MQ_INFORMATION_PROPERTY_IGNORED ((HRESULT)0x400E0003)
427 #define MQ_INFORMATION_UNSUPPORTED_PROPERTY ((HRESULT)0x400E0004
    [all...]
wdsclientapi.h 62 HRESULT WDSCLIAPI WdsCliAuthorizeSession(
67 HRESULT WDSCLIAPI WdsCliCancelTransfer(
71 HRESULT WDSCLIAPI WdsCliClose(
75 HRESULT WDSCLIAPI WdsCliCreateSession(
81 HRESULT WDSCLIAPI WdsCliFindFirstImage(
86 HRESULT WDSCLIAPI WdsCliFindNextImage(
92 HRESULT WDSCLIAPI WdsCliGetEnumerationFlags(
101 HRESULT WDSCLIAPI WdsCliGetImageArchitecture(
106 HRESULT WDSCLIAPI WdsCliGetImageDescription(
111 HRESULT WDSCLIAPI WdsCliGetImageGroup
    [all...]
msdrm.h 13 HRESULT WINAPI DRMCreateClientSession(
21 HRESULT WINAPI DRMAcquireIssuanceLicenseTemplate(
31 HRESULT WINAPI DRMActivate(
40 HRESULT WINAPI DRMGetServiceLocation(
49 HRESULT WINAPI DRMIsActivated(
55 HRESULT WINAPI DRMCheckSecurity(
60 HRESULT WINAPI DRMCloseSession(
64 HRESULT WINAPI DRMCreateLicenseStorageSession(
73 HRESULT WINAPI DRMDuplicateSession(
78 HRESULT WINAPI DRMGetClientVersion
    [all...]
qnetwork.idl 30 [propget] HRESULT AuthorName(BSTR *pbstrAuthorName);
31 [propget] HRESULT Title(BSTR *pbstrTitle);
32 [propget] HRESULT Rating(BSTR *pbstrRating);
33 [propget] HRESULT Description(BSTR *pbstrDescription);
34 [propget] HRESULT Copyright(BSTR *pbstrCopyright);
35 [propget] HRESULT BaseURL(BSTR *pbstrBaseURL);
36 [propget] HRESULT LogoURL(BSTR *pbstrLogoURL);
37 [propget] HRESULT LogoIconURL(BSTR *pbstrLogoURL);
38 [propget] HRESULT WatermarkURL(BSTR *pbstrWatermarkURL);
39 [propget] HRESULT MoreInfoURL(BSTR *pbstrMoreInfoURL)
    [all...]
qedit.idl 33 HRESULT SampleCB(
37 HRESULT BufferCB(
52 HRESULT SetOneShot(
56 HRESULT SetMediaType(
60 HRESULT GetConnectedMediaType(
64 HRESULT SetBufferSamples(
68 HRESULT GetCurrentBuffer(
73 HRESULT GetCurrentSample(
77 HRESULT SetCallback(
90 HRESULT get_Filter
    [all...]
ndfapi.h 17 HRESULT NdfCloseIncident(
21 HRESULT WINAPI NdfCreateConnectivityIncident(
25 HRESULT WINAPI NdfCreateDNSIncident(
31 HRESULT NdfCreateIncident(
38 HRESULT WINAPI NdfCreateSharingIncident(
43 HRESULT WINAPI NdfCreateWebIncident(
48 HRESULT WINAPI NdfCreateWebIncidentEx(
55 HRESULT NdfCreateWinSockIncident(
64 HRESULT NdfExecuteDiagnosis(
mshtml.h     [all...]
tsuserex.h 74 virtual HRESULT WINAPI get_TerminalServicesProfilePath(BSTR *pVal) = 0;
75 virtual HRESULT WINAPI put_TerminalServicesProfilePath(BSTR pNewVal) = 0;
76 virtual HRESULT WINAPI get_TerminalServicesHomeDirectory(BSTR *pVal) = 0;
77 virtual HRESULT WINAPI put_TerminalServicesHomeDirectory(BSTR pNewVal) = 0;
78 virtual HRESULT WINAPI get_TerminalServicesHomeDrive(BSTR *pVal) = 0;
79 virtual HRESULT WINAPI put_TerminalServicesHomeDrive(BSTR pNewVal) = 0;
80 virtual HRESULT WINAPI get_AllowLogon(LONG *pVal) = 0;
81 virtual HRESULT WINAPI put_AllowLogon(LONG NewVal) = 0;
82 virtual HRESULT WINAPI get_EnableRemoteControl(LONG *pVal) = 0;
83 virtual HRESULT WINAPI put_EnableRemoteControl(LONG NewVal) = 0
    [all...]
comadmin.h 96 virtual HRESULT WINAPI GetCollection(BSTR bstrCollName,IDispatch **ppCatalogCollection) = 0;
97 virtual HRESULT WINAPI Connect(BSTR bstrCatalogServerName,IDispatch **ppCatalogCollection) = 0;
98 virtual HRESULT WINAPI get_MajorVersion(__LONG32 *plMajorVersion) = 0;
99 virtual HRESULT WINAPI get_MinorVersion(__LONG32 *plMinorVersion) = 0;
100 virtual HRESULT WINAPI GetCollectionByQuery(BSTR bstrCollName,SAFEARRAY **ppsaVarQuery,IDispatch **ppCatalogCollection) = 0;
101 virtual HRESULT WINAPI ImportComponent(BSTR bstrApplIDOrName,BSTR bstrCLSIDOrProgID) = 0;
102 virtual HRESULT WINAPI InstallComponent(BSTR bstrApplIDOrName,BSTR bstrDLL,BSTR bstrTLB,BSTR bstrPSDLL) = 0;
103 virtual HRESULT WINAPI ShutdownApplication(BSTR bstrApplIDOrName) = 0;
104 virtual HRESULT WINAPI ExportApplication(BSTR bstrApplIDOrName,BSTR bstrApplicationFile,__LONG32 lOptions) = 0;
105 virtual HRESULT WINAPI InstallApplication(BSTR bstrApplicationFile,BSTR bstrDestinationDirectory,__LONG32 lOptions (…)
    [all...]
bits.h 111 virtual HRESULT WINAPI GetRemoteName(LPWSTR *pVal) = 0;
112 virtual HRESULT WINAPI GetLocalName(LPWSTR *pVal) = 0;
113 virtual HRESULT WINAPI GetProgress(BG_FILE_PROGRESS *pVal) = 0;
118 HRESULT (WINAPI *QueryInterface)(IBackgroundCopyFile *This,REFIID riid,void **ppvObject);
121 HRESULT (WINAPI *GetRemoteName)(IBackgroundCopyFile *This,LPWSTR *pVal);
122 HRESULT (WINAPI *GetLocalName)(IBackgroundCopyFile *This,LPWSTR *pVal);
123 HRESULT (WINAPI *GetProgress)(IBackgroundCopyFile *This,BG_FILE_PROGRESS *pVal);
138 HRESULT WINAPI IBackgroundCopyFile_GetRemoteName_Proxy(IBackgroundCopyFile *This,LPWSTR *pVal);
140 HRESULT WINAPI IBackgroundCopyFile_GetLocalName_Proxy(IBackgroundCopyFile *This,LPWSTR *pVal);
142 HRESULT WINAPI IBackgroundCopyFile_GetProgress_Proxy(IBackgroundCopyFile *This,BG_FILE_PROGRESS *pVal)
    [all...]
amstream.idl 76 [propget, id(1), helpstring("property FileName")] HRESULT FileName([out, retval] BSTR *pVal);
77 [propput, id(1), helpstring("property FileName")] HRESULT FileName([in] BSTR newVal);
78 [propget, id(2), helpstring("property Video")] HRESULT Video([out, retval] OUTPUT_STATE *pVal);
79 [propput, id(2), helpstring("propetry Video")] HRESULT Video([in] OUTPUT_STATE newVal);
80 [propget, id(3), helpstring("property Audio")] HRESULT Audio([out, retval] OUTPUT_STATE *pVal);
81 [propput, id(3), helpstring("propetry Audio")] HRESULT Audio([in] OUTPUT_STATE newVal);
91 HRESULT Initialize(
96 HRESULT GetFilterGraph(
99 HRESULT GetFilter(
102 HRESULT AddMediaStream
    [all...]
  /external/chromium_org/remoting/tools/winext/manifest/
rdp.h 206 HRESULT OnConnecting();
207 HRESULT OnConnected();
208 HRESULT OnLoginComplete();
209 HRESULT OnDisconnected(long discReason);
210 HRESULT OnEnterFullScreenMode();
211 HRESULT OnLeaveFullScreenMode();
212 HRESULT OnChannelReceivedData(BSTR chanName, BSTR data);
213 HRESULT OnRequestGoFullScreen();
214 HRESULT OnRequestLeaveFullScreen();
215 HRESULT OnFatalError(long errorCode)
    [all...]
  /external/lzma/CPP/Common/
MyException.h 10 HRESULT ErrorCode;
11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {}
  /external/chromium_org/third_party/skia/include/utils/win/
SkIStream.h 33 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid
40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
42 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv
48 virtual HRESULT STDMETHODCALLTYPE SetSize(ULARGE_INTEGER);
50 virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream*
55 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
57 virtual HRESULT STDMETHODCALLTYPE Revert(void);
59 virtual HRESULT STDMETHODCALLTYPE LockRegion(ULARGE_INTEGER
63 virtual HRESULT STDMETHODCALLTYPE UnlockRegion(ULARGE_INTEGER
67 virtual HRESULT STDMETHODCALLTYPE Clone(IStream **)
    [all...]
  /external/skia/include/utils/win/
SkIStream.h 33 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid
40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
42 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv
48 virtual HRESULT STDMETHODCALLTYPE SetSize(ULARGE_INTEGER);
50 virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream*
55 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
57 virtual HRESULT STDMETHODCALLTYPE Revert(void);
59 virtual HRESULT STDMETHODCALLTYPE LockRegion(ULARGE_INTEGER
63 virtual HRESULT STDMETHODCALLTYPE UnlockRegion(ULARGE_INTEGER
67 virtual HRESULT STDMETHODCALLTYPE Clone(IStream **)
    [all...]
  /external/lzma/CPP/7zip/Common/
StreamUtils.h 8 HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *size);
9 HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t size);
10 HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t size);
11 HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size_t size);
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.h 16 virtual HRESULT SetTotal(UInt64 size) x; \
17 virtual HRESULT SetCompleted(const UInt64 *completeValue) x; \
18 virtual HRESULT SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) x; \
19 virtual HRESULT CheckBreak() x; \
20 virtual HRESULT Finilize() x; \
21 virtual HRESULT SetNumFiles(UInt64 numFiles) x; \
22 virtual HRESULT GetStream(const wchar_t *name, bool isAnti) x; \
23 virtual HRESULT OpenFileError(const wchar_t *name, DWORD systemError) x; \
24 virtual HRESULT SetOperationResult(Int32 operationResult) x; \
25 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
    [all...]

Completed in 2751 milliseconds

1 2 3 4 5 6 7 8 91011>>