Lines Matching refs:Response
3288 or SHELL_PROMPT_REQUEST_TYPE_YESNOCANCEL then *Response is of type SHELL_PROMPT_RESPONSE.
3290 if the SHELL_PROMPT_REQUEST_TYPE is ShellPromptResponseTypeFreeform then *Response is of type
3293 In either case *Response must be callee freed if Response was not NULL;
3298 @param Response Pointer to Response which will be populated upon return.
3310 IN OUT VOID **Response OPTIONAL
3337 // wait for valid response
3356 // wait for valid response
3390 // wait for valid response
3430 // wait for valid response
3463 // wait for valid response
3519 if (Response != NULL) {
3521 *Response = Resp;
3523 *Response = Buffer;
3548 @param Response Pointer to Response which will be populated upon return.
3561 IN OUT VOID **Response
3568 Status = ShellPromptForResponse(Type, Prompt, Response);