TianoCore EDK2 master
|
#include "HexEditor.h"
Go to the source code of this file.
Data Structures | |
struct | HEFI_EDITOR_CLIPBOARD |
Functions | |
EFI_STATUS | HClipBoardInit (VOID) |
EFI_STATUS | HClipBoardCleanup (VOID) |
EFI_STATUS | HClipBoardSet (IN UINT8 *Buffer, IN UINTN Size) |
UINTN | HClipBoardGet (OUT UINT8 **Buffer) |
Variables | |
HEFI_EDITOR_CLIPBOARD | HClipBoard |
HEFI_EDITOR_CLIPBOARD | HClipBoardConst |
Functions to deal with Clip Board
Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Clipboard.c.
EFI_STATUS HClipBoardCleanup | ( | VOID | ) |
Initialization function for HDiskImage.
[in] | EFI_SUCCESS | The operation was successful. |
[in] | EFI_LOAD_ERROR | A load error occurred. |
Definition at line 52 of file Clipboard.c.
Get a buffer from the clipboard.
[out] | Buffer | The pointer to the buffer to add to the clipboard. |
Definition at line 95 of file Clipboard.c.
EFI_STATUS HClipBoardInit | ( | VOID | ) |
Initialization function for HDiskImage.
[in] | EFI_SUCCESS | The operation was successful. |
[in] | EFI_LOAD_ERROR | A load error occurred. |
Definition at line 33 of file Clipboard.c.
EFI_STATUS HClipBoardSet | ( | IN UINT8 * | Buffer, |
IN UINTN | Size | ||
) |
Set a buffer into the clipboard.
[in] | Buffer | The buffer to add to the clipboard. |
[in] | Size | The size of Buffer in bytes. |
EFI_SUCCESS | The operation was successful. |
Definition at line 70 of file Clipboard.c.
HEFI_EDITOR_CLIPBOARD HClipBoard |
Definition at line 16 of file Clipboard.c.
HEFI_EDITOR_CLIPBOARD HClipBoardConst |
Definition at line 21 of file Clipboard.c.