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