/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
H A D | SwapChainPanelNativeWindow_unittest.cpp | 93 MOCK_METHOD2_WITH_CALLTYPE(STDMETHODCALLTYPE, GetIids, HRESULT(ULONG *, IID **)); 94 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, GetRuntimeClassName, HRESULT(HSTRING *)); 95 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, GetTrustLevel, HRESULT(TrustLevel *)); 98 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, SetSwapChain, HRESULT(IDXGISwapChain *)); 101 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, get_CompositionScaleX, HRESULT(FLOAT *)); 102 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, get_CompositionScaleY, HRESULT(FLOAT *)); 106 HRESULT( 111 HRESULT(EventRegistrationToken)); 114 HRESULT(CoreInputDeviceTypes, ICoreInputSourceBase **)); 119 HRESULT(__FIVector_1_Windows__CUI__CXaml__CTriggerBas [all...] |
H A D | CoreWindowNativeWindow_unittest.cpp | 80 MOCK_METHOD2_WITH_CALLTYPE(STDMETHODCALLTYPE, GetIids, HRESULT(ULONG *, IID **)); 81 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, GetRuntimeClassName, HRESULT(HSTRING *)); 82 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, GetTrustLevel, HRESULT(TrustLevel *)); 87 HRESULT(IInspectable **)); 88 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, get_Bounds, HRESULT(Rect *)); 89 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, get_CustomProperties, HRESULT(IPropertySet **)); 90 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, get_Dispatcher, HRESULT(ICoreDispatcher **)); 93 HRESULT(CoreWindowFlowDirection *)); 96 HRESULT(CoreWindowFlowDirection)); 97 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, get_IsInputEnabled, HRESULT(boolea [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_lock.c | 65 static HRESULT NINE_WINAPI 69 HRESULT r; in LockAuthenticatedChannel9_GetCertificateSize() 76 static HRESULT NINE_WINAPI 81 HRESULT r; in LockAuthenticatedChannel9_GetCertificate() 88 static HRESULT NINE_WINAPI 93 HRESULT r; in LockAuthenticatedChannel9_NegotiateKeyExchange() 100 static HRESULT NINE_WINAPI 107 HRESULT r; in LockAuthenticatedChannel9_Query() 114 static HRESULT NINE_WINAPI 120 HRESULT in LockAuthenticatedChannel9_Configure() [all...] |
H A D | device9.h | 179 HRESULT 192 HRESULT 232 HRESULT NINE_WINAPI 238 HRESULT NINE_WINAPI 241 HRESULT NINE_WINAPI 245 HRESULT NINE_WINAPI 249 HRESULT NINE_WINAPI 254 HRESULT NINE_WINAPI 258 HRESULT NINE_WINAPI 274 HRESULT NINE_WINAP [all...] |
H A D | device9ex.h | 38 HRESULT 50 HRESULT NINE_WINAPI 57 HRESULT NINE_WINAPI 68 HRESULT NINE_WINAPI 76 HRESULT NINE_WINAPI 83 HRESULT NINE_WINAPI 87 HRESULT NINE_WINAPI 91 HRESULT NINE_WINAPI 95 HRESULT NINE_WINAPI 100 HRESULT NINE_WINAP [all...] |
H A D | cryptosession9.h | 38 HRESULT NINE_WINAPI 42 HRESULT NINE_WINAPI 47 HRESULT NINE_WINAPI 52 HRESULT NINE_WINAPI 59 HRESULT NINE_WINAPI 68 HRESULT NINE_WINAPI 73 HRESULT NINE_WINAPI 78 HRESULT NINE_WINAPI 81 HRESULT NINE_WINAPI
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxcapi.h | 129 virtual HRESULT QueryInterface(REFIID riid, void **ppvObject); 134 virtual HRESULT Read(void *pv, ULONG cb, ULONG *pcbRead) = 0; 135 virtual HRESULT Write(const void *pv, ULONG cb, ULONG *pcbWritten) = 0; 140 virtual HRESULT Seek(LARGE_INTEGER dlibMove, DWORD dwOrigin, 142 virtual HRESULT SetSize(ULARGE_INTEGER libNewSize) = 0; 143 virtual HRESULT CopyTo(IStream *pstm, ULARGE_INTEGER cb, 147 virtual HRESULT Commit(DWORD grfCommitFlags) = 0; 149 virtual HRESULT Revert(void) = 0; 151 virtual HRESULT LockRegion(ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, 154 virtual HRESULT UnlockRegio [all...] |
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9.h | 85 virtual HRESULT WINAPI RegisterSoftwareDevice(void *pInitializeFunction) = 0; 87 virtual HRESULT WINAPI GetAdapterIdentifier(UINT Adapter, DWORD Flags, D3DADAPTER_IDENTIFIER9 *pIdentifier) = 0; 89 virtual HRESULT WINAPI EnumAdapterModes(UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE *pMode) = 0; 90 virtual HRESULT WINAPI GetAdapterDisplayMode(UINT Adapter, D3DDISPLAYMODE *pMode) = 0; 91 virtual HRESULT WINAPI CheckDeviceType(UINT Adapter, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, D3DFORMAT BackBufferFormat, BOOL bWindowed) = 0; 92 virtual HRESULT WINAPI CheckDeviceFormat(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) = 0; 93 virtual HRESULT WINAPI CheckDeviceMultiSampleType(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQualityLevels) = 0; 94 virtual HRESULT WINAPI CheckDepthStencilMatch(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat) = 0; 95 virtual HRESULT WINAPI CheckDeviceFormatConversion(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat) = 0; 96 virtual HRESULT WINAP [all...] |
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.h | 114 friend HRESULT subset_typeface(const TypefaceUse& current); 138 HRESULT createId(wchar_t* buffer, size_t bufferSize, wchar_t sep = '-'); 143 HRESULT initXpsDocumentWriter(IXpsOMImageResource* image); 145 HRESULT createXpsPage( 149 HRESULT createXpsThumbnail( 158 HRESULT createXpsBrush( 163 HRESULT createXpsSolidColorBrush( 167 HRESULT createXpsImageBrush( 174 HRESULT createXpsLinearGradient( 181 HRESULT createXpsRadialGradien [all...] |
/third_party/node/deps/v8/tools/v8windbg/test/ |
H A D | debug-callbacks.cc | 17 HRESULT __stdcall MyOutput::QueryInterface(REFIID InterfaceId, in QueryInterface() 23 HRESULT __stdcall MyOutput::Output(ULONG Mask, PCSTR Text) { in Output() 30 HRESULT __stdcall MyCallback::QueryInterface(REFIID InterfaceId, in QueryInterface() 36 HRESULT __stdcall MyCallback::GetInterestMask(PULONG Mask) { in GetInterestMask() 40 HRESULT __stdcall MyCallback::Breakpoint(PDEBUG_BREAKPOINT Bp) { in Breakpoint() 42 HRESULT hr = Bp->GetOffset(&bp_offset); in Breakpoint() 48 HRESULT __stdcall MyCallback::Exception(PEXCEPTION_RECORD64 Exception, in Exception() 52 HRESULT __stdcall MyCallback::CreateThread(ULONG64 Handle, ULONG64 DataOffset, in CreateThread() 56 HRESULT __stdcall MyCallback::ExitThread(ULONG ExitCode) { return E_NOTIMPL; } in ExitThread() 57 HRESULT __stdcal in ExitThread() [all...] |
H A D | debug-callbacks.h | 35 HRESULT __stdcall QueryInterface(REFIID InterfaceId, 39 HRESULT __stdcall Output(ULONG Mask, PCSTR Text) override; 54 HRESULT __stdcall QueryInterface(REFIID InterfaceId, 58 HRESULT __stdcall GetInterestMask(PULONG Mask) override; 59 HRESULT __stdcall Breakpoint(PDEBUG_BREAKPOINT Bp) override; 60 HRESULT __stdcall Exception(PEXCEPTION_RECORD64 Exception, 62 HRESULT __stdcall CreateThread(ULONG64 Handle, ULONG64 DataOffset, 64 HRESULT __stdcall ExitThread(ULONG ExitCode) override; 65 HRESULT __stdcall ExitProcess(ULONG ExitCode) override; 66 HRESULT __stdcal [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | OpenArchive.h | 19 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw();
20 HRESULT Archive_IsItem_Dir(IInArchive *arc, UInt32 index, bool &result) throw();
21 HRESULT Archive_IsItem_Aux(IInArchive *arc, UInt32 index, bool &result) throw();
22 HRESULT Archive_IsItem_AltStream(IInArchive *arc, UInt32 index, bool &result) throw();
23 HRESULT Archive_IsItem_Deleted(IInArchive *arc, UInt32 index, bool &deleted) throw();
269 HRESULT PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &archive);
270 HRESULT CheckZerosTail(const COpenOptions &op, UInt64 offset);
271 HRESULT OpenStream2(const COpenOptions &options);
275 HRESULT GetItem_PathToParent(UInt32 index, UInt32 parent, UStringVector &parts) const;
341 HRESULT ReadBasicProp [all...] |
H A D | UpdateCallback.h | 34 virtual HRESULT WriteSfx(const wchar_t *name, UInt64 size) x \
35 virtual HRESULT SetTotal(UInt64 size) x \
36 virtual HRESULT SetCompleted(const UInt64 *completeValue) x \
37 virtual HRESULT SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) x \
38 virtual HRESULT CheckBreak() x \
39 /* virtual HRESULT Finalize() x */ \
40 virtual HRESULT SetNumItems(const CArcToDoStat &stat) x \
41 virtual HRESULT GetStream(const wchar_t *name, bool isDir, bool isAnti, UInt32 mode) x \
42 virtual HRESULT OpenFileError(const FString &path, DWORD systemError) x \
43 virtual HRESULT ReadingFileErro [all...] |
H A D | ArchiveExtractCallback.h | 412 HRESULT GetTime(UInt32 index, PROPID propID, CArcTime &ft);
413 HRESULT GetUnpackSize();
420 HRESULT SendMessageError(const char *message, const FString &path);
421 HRESULT SendMessageError_with_LastError(const char *message, const FString &path);
422 HRESULT SendMessageError2(HRESULT errorCode, const char *message, const FString &path1, const FString &path2);
493 // HRESULT MyCopyFile(ISequentialOutStream *outStream);
494 HRESULT Link(const FString &fullProcessedPath);
495 HRESULT ReadLink();
499 HRESULT PrepareHardLink [all...] |
/third_party/node/deps/v8/tools/v8windbg/base/ |
H A D | utilities.h | 41 HRESULT CreateProperty(IDataModelManager* p_manager, 45 HRESULT CreateMethod(IDataModelManager* p_manager, IModelMethod* p_method, 48 HRESULT UnboxProperty(IModelObject* object, IModelPropertyAccessor** result); 50 HRESULT CreateTypedIntrinsic(uint64_t value, IDebugHostType* type, 53 HRESULT CreateULong64(ULONG64 value, IModelObject** pp_int); 55 HRESULT UnboxULong64(IModelObject* object, ULONG64* value, 58 HRESULT GetInt32(IDebugHostConstant* object, int* value); 60 HRESULT CreateInt32(int value, IModelObject** pp_int); 62 HRESULT CreateUInt32(uint32_t value, IModelObject** pp_int); 64 HRESULT CreateBoo [all...] |
H A D | utilities.cc | 14 HRESULT BoxObject(IDataModelManager* p_manager, IUnknown* p_object, in BoxObject() 22 HRESULT hr = p_manager->CreateIntrinsicObject(kind, &vt_val, pp_model_object); in BoxObject() 28 HRESULT CreateProperty(IDataModelManager* p_manager, in CreateProperty() 35 HRESULT CreateMethod(IDataModelManager* p_manager, IModelMethod* p_method, in CreateMethod() 40 HRESULT UnboxProperty(IModelObject* object, IModelPropertyAccessor** result) { in UnboxProperty() 53 HRESULT CreateTypedIntrinsic(uint64_t value, IDebugHostType* type, in CreateTypedIntrinsic() 109 HRESULT CreateULong64(ULONG64 value, IModelObject** pp_int) { in CreateULong64() 110 HRESULT hr = S_OK; in CreateULong64() 122 HRESULT UnboxULong64(IModelObject* object, ULONG64* value, bool convert) { in UnboxULong64() 136 HRESULT GetInt3 [all...] |
/third_party/lzma/CPP/7zip/Common/ |
H A D | StreamUtils.h | 8 inline HRESULT InStream_SeekSet(IInStream *stream, UInt64 offset) throw()
in InStream_SeekSet() 10 inline HRESULT InStream_GetPos(IInStream *stream, UInt64 &curPosRes) throw()
in InStream_GetPos() 12 inline HRESULT InStream_GetSize_SeekToEnd(IInStream *stream, UInt64 &sizeRes) throw()
in InStream_GetSize_SeekToEnd() 15 HRESULT InStream_SeekToBegin(IInStream *stream) throw();
16 HRESULT InStream_AtBegin_GetSize(IInStream *stream, UInt64 &size) throw();
17 HRESULT InStream_GetPos_GetSize(IInStream *stream, UInt64 &curPosRes, UInt64 &sizeRes) throw();
19 inline HRESULT InStream_GetSize_SeekToBegin(IInStream *stream, UInt64 &sizeRes) throw()
in InStream_GetSize_SeekToBegin() 26 HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *size) throw();
27 HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t size) throw();
28 HRESULT ReadStream_FAI [all...] |
H A D | MultiOutStream.h | 28 HRESULT SetSize2(UInt64 size)
in SetSize2() 30 const HRESULT res = Stream->SetSize(size);
in SetSize2() 129 HRESULT CloseStream(unsigned index);
130 HRESULT CloseStream_and_DeleteFile(unsigned index);
131 HRESULT CloseStream_and_FinalRename(unsigned index);
133 HRESULT PrepareToOpenNew();
134 HRESULT CreateNewStream(UInt64 newSize);
135 HRESULT CreateStreams_If_Required(unsigned streamIndex);
136 HRESULT ReOpenStream(unsigned streamIndex);
137 HRESULT OptReOpen_and_SetSiz [all...] |
H A D | StreamUtils.cpp | 12 HRESULT InStream_SeekToBegin(IInStream *stream) throw()
in InStream_SeekToBegin() 18 HRESULT InStream_AtBegin_GetSize(IInStream *stream, UInt64 &sizeRes) throw()
in InStream_AtBegin_GetSize() 29 const HRESULT hres = InStream_GetSize_SeekToEnd(stream, sizeRes);
in InStream_AtBegin_GetSize() 30 const HRESULT hres2 = InStream_SeekToBegin(stream);
in InStream_AtBegin_GetSize() 35 HRESULT InStream_GetPos_GetSize(IInStream *stream, UInt64 &curPosRes, UInt64 &sizeRes) throw()
in InStream_GetPos_GetSize() 47 const HRESULT hres = InStream_GetSize_SeekToEnd(stream, sizeRes);
in InStream_GetPos_GetSize() 48 const HRESULT hres2 = InStream_SeekSet(stream, curPosRes);
in InStream_GetPos_GetSize() 54 HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *processedSize) throw()
in ReadStream() 62 HRESULT res = stream->Read(data, curSize, &processedSizeLoc);
in ReadStream() 73 HRESULT ReadStream_FALS [all...] |
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | UpdateCallbackConsole.cpp | 39 static HRESULT CheckBreak2()
in CheckBreak2() 44 HRESULT Print_OpenArchive_Props(CStdOutStream &so, const CCodecs *codecs, const CArchiveLink &arcLink);
45 HRESULT Print_OpenArchive_Error(CStdOutStream &so, const CCodecs *codecs, const CArchiveLink &arcLink);
51 HRESULT CUpdateCallbackConsole::OpenResult(
in OpenResult() 53 const wchar_t *name, HRESULT result)
in OpenResult() 152 HRESULT res = Print_OpenArchive_Error(*_se, codecs, arcLink);
in OpenResult() 161 HRESULT CUpdateCallbackConsole::StartScanning()
in StartScanning() 169 HRESULT CUpdateCallbackConsole::ScanProgress(const CDirItemsStat &st, const FString &path, bool /* isDir */)
in ScanProgress() 217 HRESULT CCallbackConsoleBase::ScanError_Base(const FString &path, DWORD systemError)
in ScanError_Base() 227 HRESULT CCallbackConsoleBas [all...] |
/third_party/lame/dshow/ |
H A D | Mpegac.h | 100 static CUnknown *CreateInstance(LPUNKNOWN lpunk, HRESULT *phr); 104 HRESULT Reconnect(); 106 HRESULT Receive(IMediaSample *pSample); 108 HRESULT CheckInputType(const CMediaType* mtIn); 109 HRESULT CheckTransform(const CMediaType* mtIn, const CMediaType* mtOut); 110 HRESULT DecideBufferSize(IMemAllocator * pAllocator, ALLOCATOR_PROPERTIES *pProperties); 112 HRESULT GetMediaType (int iPosition, CMediaType *pMediaType); 113 HRESULT SetMediaType (PIN_DIRECTION direction,const CMediaType *pmt); 117 HRESULT StartStreaming(); 118 HRESULT StopStreamin [all...] |
H A D | Encoder.h | 90 HRESULT SetInputType(LPWAVEFORMATEX lpwfex, bool bJustCheck = FALSE); // returns E_INVALIDARG if not supported 92 HRESULT GetInputType(WAVEFORMATEX *pwfex) in GetInputType() 104 HRESULT SetOutputType(MPEG_ENCODER_CONFIG &mabsi); // returns E_INVALIDARG if not supported or 107 HRESULT GetOutputType(MPEG_ENCODER_CONFIG* pmabsi) in GetOutputType() 130 HRESULT Init(); 132 HRESULT Close(IStream* pStream); 141 HRESULT Finish(); 144 HRESULT updateLameTagFrame(IStream* pStream); 145 static HRESULT skipId3v2(IStream *pStream, size_t lametag_frame_size); 146 static HRESULT maybeSyncWor [all...] |
/third_party/mesa3d/include/d3dadapter/ |
H A D | d3dadapter9.h | 35 HRESULT (WINAPI *QueryInterface)(ID3DAdapter9 *This, REFIID riid, void **ppvObject); 40 HRESULT (WINAPI *GetAdapterIdentifier)(ID3DAdapter9 *This, DWORD Flags, D3DADAPTER_IDENTIFIER9 *pIdentifier); 41 HRESULT (WINAPI *CheckDeviceType)(ID3DAdapter9 *This, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, D3DFORMAT BackBufferFormat, BOOL bWindowed); 42 HRESULT (WINAPI *CheckDeviceFormat)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat); 43 HRESULT (WINAPI *CheckDeviceMultiSampleType)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQualityLevels); 44 HRESULT (WINAPI *CheckDepthStencilMatch)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat); 45 HRESULT (WINAPI *CheckDeviceFormatConversion)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat); 46 HRESULT (WINAPI *GetDeviceCaps)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps); 47 HRESULT (WINAPI *CreateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface); 48 HRESULT (WINAP [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/ |
H A D | CompositorNativeWindow11.h | 32 HRESULT GetStringReference(PCWSTR source, HSTRING *act, HSTRING_HEADER *header); 33 HRESULT GetActivationFactory(const HSTRING act, const IID &interfaceId, void **fac); 34 HRESULT WindowsCompareStringOrdinal(HSTRING one, HSTRING two, int *result); 35 HRESULT CreateDispatcherQueueController( 38 HRESULT WindowsDeleteString(HSTRING one); 39 HRESULT RoInitialize(RO_INIT_TYPE type); 43 using WindowsCreateStringReference_ = HRESULT __stdcall(PCWSTR, 48 using GetActivationFactory_ = HRESULT __stdcall(HSTRING, REFIID, void **); 50 using WindowsCompareStringOrginal_ = HRESULT __stdcall(HSTRING, HSTRING, int *); 52 using WindowsDeleteString_ = HRESULT __stdcal [all...] |
/third_party/curl/lib/ |
H A D | curl_sspi.h | 74 # define SEC_E_INVALID_PARAMETER ((HRESULT)0x8009035DL) 77 # define SEC_E_DELEGATION_POLICY ((HRESULT)0x8009035EL) 80 # define SEC_E_POLICY_NLTM_ONLY ((HRESULT)0x8009035FL) 84 # define SEC_I_SIGNATURE_NEEDED ((HRESULT)0x0009035CL) 88 # define CRYPT_E_REVOKED ((HRESULT)0x80092010L) 92 # define CRYPT_E_NO_REVOCATION_DLL ((HRESULT)0x80092011L) 96 # define CRYPT_E_NO_REVOCATION_CHECK ((HRESULT)0x80092012L) 100 # define CRYPT_E_REVOCATION_OFFLINE ((HRESULT)0x80092013L) 104 # define CRYPT_E_NOT_IN_REVOCATION_DATABASE ((HRESULT)0x80092014L)
|