Searched refs:OPERATIONS (Results 1 – 1 of 1) sorted by relevance
42 static constexpr Operational OPERATIONS[] = { variable75 for (unsigned long index = 0; index < sizeof(OPERATIONS) / sizeof(Operational); index++) { in CheckOperational()76 if (OPERATIONS[index].action == action && OPERATIONS[index].windowMode == mode) { in CheckOperational()77 if (OPERATIONS[index].support) { in CheckOperational()78 buttonId = OPERATIONS[index].buttonId; in CheckOperational()81 … out.exception_ = ApiCallErr(ERR_OPERATION_UNSUPPORTED, OPERATIONS[index].message); in CheckOperational()