Searched refs:ERROR_LINE_NOT_FOUND (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/setupapi/ |
H A D | parser.c | 694 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 D | diskspace.c | 809 {{"a", FILEOP_COPY, FALSE, ERROR_LINE_NOT_FOUND}, {NULL, 0, TRUE, 0}},
|
/reactos/dll/win32/setupapi/ |
H A D | parser.c | 1556 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 D | setupapi.h | 294 #define ERROR_LINE_NOT_FOUND (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR|0x102) macro
|