Home
last modified time | relevance | path

Searched refs:ERROR_LINE_NOT_FOUND (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/setupapi/
H A Dparser.c694 ok(GetLastError() == ERROR_LINE_NOT_FOUND, in test_GLE()
700 ok(GetLastError() == ERROR_LINE_NOT_FOUND, in test_GLE()
712 ok(GetLastError() == ERROR_LINE_NOT_FOUND, in test_GLE()
724 ok(GetLastError() == ERROR_LINE_NOT_FOUND, in test_GLE()
748 ok(GetLastError() == ERROR_LINE_NOT_FOUND, in test_GLE()
754 ok(GetLastError() == ERROR_LINE_NOT_FOUND, in test_GLE()
766 ok(GetLastError() == ERROR_LINE_NOT_FOUND, in test_GLE()
778 ok(GetLastError() == ERROR_LINE_NOT_FOUND, in test_GLE()
H A Ddiskspace.c809 {{"a", FILEOP_COPY, FALSE, ERROR_LINE_NOT_FOUND}, {NULL, 0, TRUE, 0}},
/reactos/dll/win32/setupapi/
H A Dparser.c1556 SetLastError( ERROR_LINE_NOT_FOUND ); in SetupGetLineByIndexW()
1623 SetLastError( ERROR_LINE_NOT_FOUND ); in SetupFindFirstLineW()
1664 SetLastError( ERROR_LINE_NOT_FOUND ); in SetupFindNextLine()
1748 SetLastError( ERROR_LINE_NOT_FOUND ); in SetupFindNextMatchLineW()
1777 SetLastError( ERROR_LINE_NOT_FOUND ); in SetupGetLineTextW()
1828 SetLastError( ERROR_LINE_NOT_FOUND ); in SetupGetLineTextA()
1979 SetLastError( ERROR_LINE_NOT_FOUND ); in SetupGetBinaryField()
2037 SetLastError( ERROR_LINE_NOT_FOUND ); in SetupGetMultiSzFieldA()
2086 SetLastError( ERROR_LINE_NOT_FOUND ); in SetupGetMultiSzFieldW()
/reactos/sdk/include/psdk/
H A Dsetupapi.h294 #define ERROR_LINE_NOT_FOUND (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x102) macro