8 references to NativeErrorCode
ReachFramework (8)
PrintConfig\PTProvider.cs (8)
229if (hResult == (uint)NativeErrorCode.E_PRINTTICKET_FORMAT) 310case (uint)NativeErrorCode.S_PT_CONFLICT_RESOLVED: 315case (uint)NativeErrorCode.S_PT_NO_CONFLICT: 333if ((hResult == (uint)NativeErrorCode.E_PRINTTICKET_FORMAT) || 334(hResult == (uint)NativeErrorCode.E_DELTA_PRINTTICKET_FORMAT)) 341(hResult == (uint)NativeErrorCode.E_PRINTTICKET_FORMAT) ? "basePrintTicket" : "deltaPrintTicket"); 494if ((hResult == (uint)NativeErrorCode.E_XML_INVALID) || 495(hResult == (uint)NativeErrorCode.E_PRINTTICKET_FORMAT))