Home
last modified time | relevance | path

Searched refs:SP_ERROR (Results 1 – 5 of 5) sorted by relevance

/reactos/win32ss/gdi/gdi32/objects/
H A Dprintdrv.c79 int Ret = SP_ERROR; in IntEndPage()
85 return SP_ERROR; in IntEndPage()
92 return SP_ERROR; in IntEndPage()
113 return SP_ERROR; in IntEndPage()
313 int Ret = SP_ERROR; in AbortDoc()
347 Ret = SP_ERROR; in AbortDoc()
364 int Ret = SP_ERROR; in EndDoc()
521 if (lpwstrRet == (LPWSTR)SP_ERROR) return SP_ERROR; in StartDocW()
549 Ret = SP_ERROR; in StartDocW()
691 return SP_ERROR; in StartPage()
[all …]
/reactos/win32ss/gdi/ntgdi/
H A Dprint.c50 return SP_ERROR; in IntGdiEscape()
68 return SP_ERROR; in NtGdiEscape()
/reactos/win32ss/gdi/gdi32/misc/
H A Dmisc.c62 INT retValue = SP_ERROR; in Escape()
119 retValue = SP_ERROR; in Escape()
199 retValue = SP_ERROR; in Escape()
/reactos/win32ss/printing/base/winspool/
H A Dprinters.c2749 Ret = (BOOL)SP_ERROR; in QueryColorProfile()
2776 Ret = (BOOL)SP_ERROR; in QueryColorProfile()
3640 ret = (LPWSTR)SP_ERROR; in StartDocDlgW()
/reactos/sdk/include/psdk/
H A Dwingdi.h318 #define SP_ERROR (-1) macro