4 references to E_PRINTTICKET_FORMAT
ReachFramework (4)
PrintConfig\PTProvider.cs (4)
239
if (hResult == (uint)NativeErrorCode.
E_PRINTTICKET_FORMAT
)
343
if ((hResult == (uint)NativeErrorCode.
E_PRINTTICKET_FORMAT
) ||
351
(hResult == (uint)NativeErrorCode.
E_PRINTTICKET_FORMAT
) ? "basePrintTicket" : "deltaPrintTicket");
505
(hResult == (uint)NativeErrorCode.
E_PRINTTICKET_FORMAT
))