8 references to NativeErrorCode
ReachFramework (8)
PrintConfig\PTProvider.cs (8)
239
if (hResult == (uint)
NativeErrorCode
.E_PRINTTICKET_FORMAT)
320
case (uint)
NativeErrorCode
.S_PT_CONFLICT_RESOLVED:
325
case (uint)
NativeErrorCode
.S_PT_NO_CONFLICT:
343
if ((hResult == (uint)
NativeErrorCode
.E_PRINTTICKET_FORMAT) ||
344
(hResult == (uint)
NativeErrorCode
.E_DELTA_PRINTTICKET_FORMAT))
351
(hResult == (uint)
NativeErrorCode
.E_PRINTTICKET_FORMAT) ? "basePrintTicket" : "deltaPrintTicket");
504
if ((hResult == (uint)
NativeErrorCode
.E_XML_INVALID) ||
505
(hResult == (uint)
NativeErrorCode
.E_PRINTTICKET_FORMAT))