Home
last modified time | relevance | path

Searched refs:SEVERITY_ERROR (Results 1 – 25 of 2250) sorted by relevance

12345678910>>...90

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaimapierror.pas72 …IMAPI_E_NOTOPENED = HRESULT((SEVERITY_ERROR shl 31) or (FACILITY_ITF shl 16) or $200 +…
74 …IMAPI_E_NOTINITIALIZED = HRESULT((SEVERITY_ERROR shl 31) or (FACILITY_ITF shl 16) or $200 +…
76 …IMAPI_E_USERABORT = HRESULT((SEVERITY_ERROR shl 31) or (FACILITY_ITF shl 16) or $200 +…
78 …IMAPI_E_GENERIC = HRESULT((SEVERITY_ERROR shl 31) or (FACILITY_ITF shl 16) or $200 +…
80 …IMAPI_E_MEDIUM_NOTPRESENT = HRESULT((SEVERITY_ERROR shl 31) or (FACILITY_ITF shl 16) or $200 +…
82 …IMAPI_E_MEDIUM_INVALIDTYPE = HRESULT((SEVERITY_ERROR shl 31) or (FACILITY_ITF shl 16) or $200 +…
84 …IMAPI_E_DEVICE_NOPROPERTIES = HRESULT((SEVERITY_ERROR shl 31) or (FACILITY_ITF shl 16) or $200 +…
86 …IMAPI_E_DEVICE_NOTACCESSIBLE = HRESULT((SEVERITY_ERROR shl 31) or (FACILITY_ITF shl 16) or $200 +…
88 …IMAPI_E_DEVICE_NOTPRESENT = HRESULT((SEVERITY_ERROR shl 31) or (FACILITY_ITF shl 16) or $200 +…
90 …IMAPI_E_DEVICE_INVALIDTYPE = HRESULT((SEVERITY_ERROR shl 31) or (FACILITY_ITF shl 16) or $200 +…
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstierr.h18 #define STIERR_OLD_VERSION MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_OLD_WIN_VERSION)
19 #define STIERR_BETA_VERSION MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_RMODE_APP)
20 #define STIERR_BADDRIVER MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_BAD_DRIVER_LEVEL)
22 #define STIERR_OBJECTNOTFOUND MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_FILE_NOT_FOUND)
28 #define STIERR_NOT_INITIALIZED MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_NOT_READY)
30 #define STIERR_DEVICE_LOCKED MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_LOCK_VIOLATION)
33 #define STIERR_NEEDS_LOCK MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_NOT_LOCKED)
35 #define STIERR_HANDLEEXISTS MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_ALREADY_EXISTS)
37 #define STIERR_INVALID_HW_TYPE MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_INVALID_DATA)
39 #define STIERR_NOEVENTS MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_NO_MORE_ITEMS)
[all …]
H A Dagterr.h9 #define AGENTERROR(x) MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,(x)+0x2000)
11 #define AGENTREQERROR(x) MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,(x)+0x2100)
12 #define AGENTPROVIDERERROR(x) MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,(x)+0x2200)
13 #define AGENTVOICEERROR(x) MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,(x)+0x2300)
14 #define AGENTAUDIOERROR(x) MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,(x)+0x2400)
15 #define AGENTCTLERROR(x) MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,(x)+0x2500)
16 #define AGENTEXTERROR(x) MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,(x)+0x2600)
H A Dreconcil.h21 #define REC_E_ABORTED MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,0x1000)
22 #define REC_E_NOCALLBACK MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,0x1001)
23 #define REC_E_NORESIDUES MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,0x1002)
24 #define REC_E_TOODIFFERENT MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,0x1003)
25 #define REC_E_INEEDTODOTHEUPDATES MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,0x1004)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstierr.h18 #define STIERR_OLD_VERSION MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_OLD_WIN_VERSION)
19 #define STIERR_BETA_VERSION MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_RMODE_APP)
20 #define STIERR_BADDRIVER MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_BAD_DRIVER_LEVEL)
22 #define STIERR_OBJECTNOTFOUND MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_FILE_NOT_FOUND)
28 #define STIERR_NOT_INITIALIZED MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_NOT_READY)
30 #define STIERR_DEVICE_LOCKED MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_LOCK_VIOLATION)
33 #define STIERR_NEEDS_LOCK MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_NOT_LOCKED)
35 #define STIERR_HANDLEEXISTS MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_ALREADY_EXISTS)
37 #define STIERR_INVALID_HW_TYPE MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_INVALID_DATA)
39 #define STIERR_NOEVENTS MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_NO_MORE_ITEMS)
[all …]
H A Dagterr.h9 #define AGENTERROR(x) MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,(x)+0x2000)
11 #define AGENTREQERROR(x) MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,(x)+0x2100)
12 #define AGENTPROVIDERERROR(x) MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,(x)+0x2200)
13 #define AGENTVOICEERROR(x) MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,(x)+0x2300)
14 #define AGENTAUDIOERROR(x) MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,(x)+0x2400)
15 #define AGENTCTLERROR(x) MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,(x)+0x2500)
16 #define AGENTEXTERROR(x) MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,(x)+0x2600)
H A Dreconcil.h21 #define REC_E_ABORTED MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,0x1000)
22 #define REC_E_NOCALLBACK MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,0x1001)
23 #define REC_E_NORESIDUES MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,0x1002)
24 #define REC_E_TOODIFFERENT MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,0x1003)
25 #define REC_E_INEEDTODOTHEUPDATES MAKE_SCODE(SEVERITY_ERROR,FACILITY_ITF,0x1004)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/src/org/eclipse/jdt/core/tests/builder/
H A DDependencyTests.java460 … not visible", cPath, 50, 51, CategorizedProblem.CAT_MEMBER, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testFieldVisibility()
461 … not visible", xPath, 57, 58, CategorizedProblem.CAT_MEMBER, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testFieldVisibility()
472 … not visible", xPath, 57, 58, CategorizedProblem.CAT_MEMBER, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testFieldVisibility()
586 …lved to a type", cPath, 42, 43, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testMemberTypeDeleting()
650 …is not visible", cPath, 42, 43, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testMemberTypeVisibility()
651 …is not visible", xPath, 38, 44, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testMemberTypeVisibility()
662 …is not visible", xPath, 38, 44, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testMemberTypeVisibility()
1043 …is not visible", bPath, 35, 39, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testTypeVisibility()
1061 …is not visible", bPath, 35, 39, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testTypeVisibility()
1112 …is not visible", aPath, 43, 68, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testTypeVisibility2()
[all …]
H A DJava50Tests.java166 …this project", p1, -1, -1, CategorizedProblem.CAT_BUILDPATH, IMarker.SEVERITY_ERROR),//$NON-NLS-1$… in testMissingRequiredBinaries()
167 ….class files", xx, 51, 67, CategorizedProblem.CAT_BUILDPATH, IMarker.SEVERITY_ERROR)//$NON-NLS-1$ … in testMissingRequiredBinaries()
201 … is inconsistent", xPath, 6, 7, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testParameterizedMemberType()
202 … is inconsistent", aPath, 6, 7, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testParameterizedMemberType()
203 …lved to a type", bPath, 19, 26, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testParameterizedMemberType()
210 … is inconsistent", xPath, 6, 7, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testParameterizedMemberType()
211 … is inconsistent", aPath, 6, 7, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testParameterizedMemberType()
212 …lved to a type", bPath, 19, 26, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testParameterizedMemberType()
221 … is inconsistent", xPath, 6, 7, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testParameterizedMemberType()
222 … is inconsistent", aPath, 6, 7, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testParameterizedMemberType()
[all …]
H A DBuildpathTests.java151 …ed", project2Path, -1, -1, CategorizedProblem.CAT_BUILDPATH, IMarker.SEVERITY_ERROR), //$NON-NLS-1… in testClosedProject()
152 …1'", project2Path, -1, -1, CategorizedProblem.CAT_BUILDPATH, IMarker.SEVERITY_ERROR) //$NON-NLS-1$… in testClosedProject()
157 …ed", project3Path, -1, -1, CategorizedProblem.CAT_BUILDPATH, IMarker.SEVERITY_ERROR), //$NON-NLS-1… in testClosedProject()
178 …1'", project2Path, -1, -1, CategorizedProblem.CAT_BUILDPATH, IMarker.SEVERITY_ERROR) //$NON-NLS-1$… in testClosedProject()
551 …solved to a type", sub, 29, 33, CategorizedProblem.CAT_TYPE, IMarker.SEVERITY_ERROR)); //$NON-NLS-… in testMissingBuilder()
726 …ors are resolved", projectPath, -1, -1, CategorizedProblem.CAT_BUILDPATH, IMarker.SEVERITY_ERROR)); in testMissingLibrary3()
729 … 'lib/dummy.jar'", projectPath, -1, -1, CategorizedProblem.CAT_BUILDPATH, IMarker.SEVERITY_ERROR)); in testMissingLibrary3()
746 …ors are resolved", projectPath, -1, -1, CategorizedProblem.CAT_BUILDPATH, IMarker.SEVERITY_ERROR)); in testMissingLibrary4()
749 … 'lib/dummy.jar'", projectPath, -1, -1, CategorizedProblem.CAT_BUILDPATH, IMarker.SEVERITY_ERROR)); in testMissingLibrary4()
807 expectedProblems.add(getJdkLevelProblem(projectRuntime, path, IMarker.SEVERITY_ERROR)); in testIncompatibleJdkLEvelOnProject()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Dsms.pp38 …SMS_E_INVALIDPROTOCOL = (SEVERITY_ERROR shl 31) or (FACILITY_SMS shl 16) or $0001;
39 …SMS_E_REGISTRATIONEXISTS = (SEVERITY_ERROR shl 31) or (FACILITY_SMS shl 16) or $0002;
43 …SMS_E_TOOMUCHDATA = (SEVERITY_ERROR shl 31) or (FACILITY_SMS shl 16) or $0100;
44 …SMS_E_INVALIDDATA = (SEVERITY_ERROR shl 31) or (FACILITY_SMS shl 16) or $0101;
45 …SMS_E_BUFFERTOOSMALL = (SEVERITY_ERROR shl 31) or (FACILITY_SMS shl 16) or $0102;
46 …SMS_E_PROVIDERSPECIFICBUFFERWRONGSIZE = (SEVERITY_ERROR shl 31) or (FACILITY_SMS shl 16) or $0103;
47 …SMS_E_TIMEUNAVAILABLE = (SEVERITY_ERROR shl 31) or (FACILITY_SMS shl 16) or $0104;
48 …SMS_E_RECEIVEHANDLEALREADYOPEN = (SEVERITY_ERROR shl 31) or (FACILITY_SMS shl 16) or $0105;
49 …SMS_E_DESTINATIONOUTOFSVC = (SEVERITY_ERROR shl 31) or (FACILITY_SMS shl 16) or $0106;
50 …SMS_E_INVALIDADDRESS = (SEVERITY_ERROR shl 31) or (FACILITY_SMS shl 16) or $0107;
[all …]
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUT.h47 #define DXUTERR_NODIRECT3D MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0901)
48 #define DXUTERR_NOCOMPATIBLEDEVICES MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0902)
49 #define DXUTERR_MEDIANOTFOUND MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0903)
50 #define DXUTERR_NONZEROREFCOUNT MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0904)
51 #define DXUTERR_CREATINGDEVICE MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0905)
52 #define DXUTERR_RESETTINGDEVICE MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0906)
53 #define DXUTERR_CREATINGDEVICEOBJECTS MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0907)
54 #define DXUTERR_RESETTINGDEVICEOBJECTS MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0908)
55 #define DXUTERR_INCORRECTVERSION MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0909)
/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Derrors_test.py23 e = errors.Error(errors.SEVERITY_ERROR, _MESSAGE, filename="foo.py",
25 self.assertEqual(errors.SEVERITY_ERROR, e._severity)
36 e = errors.Error.with_stack(None, errors.SEVERITY_ERROR, _MESSAGE,
38 self.assertEqual(errors.SEVERITY_ERROR, e._severity)
49 self.assertEqual(errors.SEVERITY_ERROR, e._severity)
69 error = errors.Error.with_stack(stack, errors.SEVERITY_ERROR, "")
75 error = errors.Error.with_stack(stack, errors.SEVERITY_ERROR, "")
85 error = errors.Error.with_stack(stack, errors.SEVERITY_ERROR, "")
99 self.assertRaises(AssertionError, errors.Error, errors.SEVERITY_ERROR,
104 e = errors.Error(errors.SEVERITY_ERROR, _MESSAGE, filename="foo.py",
[all …]
/dports/cad/stepcode/stepcode-0.8/src/express/
H A Dlexact.c256 ERRORcreate( "Could not open include file `%s'.", SEVERITY_ERROR ); in SCANinitialize()
258 ERRORcreate( "unmatched close comment", SEVERITY_ERROR ); in SCANinitialize()
260 ERRORcreate( "unmatched open comment", SEVERITY_ERROR ); in SCANinitialize()
262 ERRORcreate( "unterminated string literal", SEVERITY_ERROR ); in SCANinitialize()
264 … "non-hex digit (%c) in encoded string literal", SEVERITY_ERROR ); in SCANinitialize()
266 … "number of digits (%d) in encoded string literal is not divisible by 8", SEVERITY_ERROR ); in SCANinitialize()
268 "identifier (%s) cannot start with underscore", SEVERITY_ERROR ); in SCANinitialize()
270 … "character (%c) is not a valid lexical element by itself", SEVERITY_ERROR ); in SCANinitialize()
272 … "character (0x%x) is not in the EXPRESS character set", SEVERITY_ERROR ); in SCANinitialize()
/dports/security/gvmd/gvmd-21.4.4/src/
H A Dmanage_pg.c234 " v := " G_STRINGIFY (SEVERITY_ERROR) ";" in manage_create_sql_functions()
266 " v := " G_STRINGIFY (SEVERITY_ERROR) ";" in manage_create_sql_functions()
550 " ELSIF $1 = " G_STRINGIFY (SEVERITY_ERROR) " THEN" in manage_create_sql_functions()
1511 " WHEN $1::double precision = " G_STRINGIFY (SEVERITY_ERROR) in manage_create_sql_functions()
1542 " WHEN $1 = " G_STRINGIFY (SEVERITY_ERROR) in manage_create_sql_functions()
1664 " AND (results.severity != " G_STRINGIFY (SEVERITY_ERROR) ")" in manage_create_sql_functions()
1681 " AND (results.severity != " G_STRINGIFY (SEVERITY_ERROR) ")" in manage_create_sql_functions()
1725 " WHERE (results.severity != " G_STRINGIFY (SEVERITY_ERROR) "))" in create_view_vulns()
1746 " WHERE (results.severity != " G_STRINGIFY (SEVERITY_ERROR) "))" in create_view_vulns()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/processor/
H A Dlogging.h72 #ifdef SEVERITY_ERROR
73 #undef SEVERITY_ERROR
83 SEVERITY_ERROR enumerator
153 google_breakpad::LogStream::SEVERITY_ERROR, \
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/um/
H A Dolectl.rs7 use shared::winerror::{FACILITY_ITF, SEVERITY_ERROR, SEVERITY_SUCCESS};
9 pub const SELFREG_E_FIRST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x0200);
10 pub const SELFREG_E_LAST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x020F);
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/winapi-0.3.9/src/um/
H A Dolectl.rs7 use shared::winerror::{FACILITY_ITF, SEVERITY_ERROR, SEVERITY_SUCCESS};
9 pub const SELFREG_E_FIRST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x0200);
10 pub const SELFREG_E_LAST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x020F);
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dolectl.rs7 use shared::winerror::{FACILITY_ITF, SEVERITY_ERROR, SEVERITY_SUCCESS};
9 pub const SELFREG_E_FIRST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x0200);
10 pub const SELFREG_E_LAST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x020F);
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/winapi-0.3.6/src/um/
H A Dolectl.rs8 use shared::winerror::{FACILITY_ITF, SEVERITY_ERROR, SEVERITY_SUCCESS};
10 pub const SELFREG_E_FIRST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x0200);
11 pub const SELFREG_E_LAST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x020F);
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dolectl.rs7 use shared::winerror::{FACILITY_ITF, SEVERITY_ERROR, SEVERITY_SUCCESS};
9 pub const SELFREG_E_FIRST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x0200);
10 pub const SELFREG_E_LAST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x020F);
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/winapi-0.3.9/src/um/
H A Dolectl.rs7 use shared::winerror::{FACILITY_ITF, SEVERITY_ERROR, SEVERITY_SUCCESS};
9 pub const SELFREG_E_FIRST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x0200);
10 pub const SELFREG_E_LAST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x020F);
/dports/editors/kibi/kibi-0.2.2/cargo-crates/winapi-0.3.9/src/um/
H A Dolectl.rs7 use shared::winerror::{FACILITY_ITF, SEVERITY_ERROR, SEVERITY_SUCCESS};
9 pub const SELFREG_E_FIRST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x0200);
10 pub const SELFREG_E_LAST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x020F);
/dports/misc/broot/broot-1.7.0/cargo-crates/winapi-0.3.9/src/um/
H A Dolectl.rs7 use shared::winerror::{FACILITY_ITF, SEVERITY_ERROR, SEVERITY_SUCCESS};
9 pub const SELFREG_E_FIRST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x0200);
10 pub const SELFREG_E_LAST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x020F);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/winapi-0.3.9/src/um/
H A Dolectl.rs7 use shared::winerror::{FACILITY_ITF, SEVERITY_ERROR, SEVERITY_SUCCESS};
9 pub const SELFREG_E_FIRST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x0200);
10 pub const SELFREG_E_LAST: HRESULT = MAKE_SCODE!(SEVERITY_ERROR, FACILITY_ITF, 0x020F);

12345678910>>...90