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