Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/SimpleTextInEx.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/SimpleTextInEx.h
r48674 r58459 6 6 also allows one to register a notification for a particular keystroke. 7 7 8 Copyright (c) 2006 - 201 1, Intel Corporation. All rights reserved.<BR>8 Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR> 9 9 This program and the accompanying materials 10 10 are licensed and made available under the terms and conditions of the BSD License … … 275 275 IN EFI_KEY_DATA *KeyData, 276 276 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, 277 OUT EFI_HANDLE*NotifyHandle277 OUT VOID **NotifyHandle 278 278 ); 279 279 … … 297 297 (EFIAPI *EFI_UNREGISTER_KEYSTROKE_NOTIFY)( 298 298 IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This, 299 IN EFI_HANDLENotificationHandle299 IN VOID *NotificationHandle 300 300 ); 301 301
Note:
See TracChangeset
for help on using the changeset viewer.