Home | History | Annotate | Download | only in UefiHiiLib

Lines Matching refs:RefQuestionId

3369   When RefDevicePath is zero, RefFormSetId is NULL and RefQuestionId is not zero, EFI_IFR_REF2 opcode will be created.

3370 When RefDevicePath is zero, RefFormSetId is NULL and RefQuestionId is zero, EFI_IFR_REF opcode will be created.
3381 @param[in] RefQuestionId The question on the form to which this link is referring.
3402 IN EFI_QUESTION_ID RefQuestionId,
3418 OpCode.QuestionId = RefQuestionId;
3433 } else if (RefQuestionId != 0) {