Home | History | Annotate | Download | only in UefiHiiLib

Lines Matching refs:EndOpCodeHandle

4135   2) If a match is found, and EndOpCodeHandle is NULL, then all of the IFR opcodes

4138 3) If a match is found, and EndOpCodeHandle is not NULL, then a search is made
4140 IFR opcode specified by EndOpCodeHandle. If no match is found for the first
4141 IFR opcode specified by EndOpCodeHandle, then NULL is returned. If a match
4162 @param[in] EndOpCodeHandle An OpCcode Handle that contains the IFR opcode
4177 the first IFR opcode in EndOpCodeHandle.
4188 IN VOID *EndOpCodeHandle OPTIONAL
4218 OpCodeBufferEnd = (HII_LIB_OPCODE_BUFFER *) EndOpCodeHandle;