4 references to E_PRINTTICKET_FORMAT
ReachFramework (4)
PrintConfig\PTProvider.cs (4)
229
if (hResult == (uint)NativeErrorCode.
E_PRINTTICKET_FORMAT
)
333
if ((hResult == (uint)NativeErrorCode.
E_PRINTTICKET_FORMAT
) ||
341
(hResult == (uint)NativeErrorCode.
E_PRINTTICKET_FORMAT
) ? "basePrintTicket" : "deltaPrintTicket");
495
(hResult == (uint)NativeErrorCode.
E_PRINTTICKET_FORMAT
))