8 references to NativeErrorCode
ReachFramework (8)
PrintConfig\PTProvider.cs (8)
230
if (hResult == (uint)
NativeErrorCode
.E_PRINTTICKET_FORMAT)
311
case (uint)
NativeErrorCode
.S_PT_CONFLICT_RESOLVED:
316
case (uint)
NativeErrorCode
.S_PT_NO_CONFLICT:
334
if ((hResult == (uint)
NativeErrorCode
.E_PRINTTICKET_FORMAT) ||
335
(hResult == (uint)
NativeErrorCode
.E_DELTA_PRINTTICKET_FORMAT))
342
(hResult == (uint)
NativeErrorCode
.E_PRINTTICKET_FORMAT) ? "basePrintTicket" : "deltaPrintTicket");
495
if ((hResult == (uint)
NativeErrorCode
.E_XML_INVALID) ||
496
(hResult == (uint)
NativeErrorCode
.E_PRINTTICKET_FORMAT))