Go to the source code of this file.
Macros | |
#define | APPLE_BLESSED_SYSTEM_FILE_INFO_GUID |
InformationType GUID used to get the blessed file's path. | |
#define | APPLE_BLESSED_SYSTEM_FOLDER_INFO_GUID |
InformationType GUID exposed used to get the blessed folder's path. | |
#define | APPLE_BLESSED_OSX_FOLDER_INFO_GUID |
InformationType GUID exposed used to get alternative blessed file or folder's path. | |
Variables | |
EFI_GUID | gAppleBlessedSystemFileInfoGuid |
A global variable storing the GUID of the APPLE_BLESSED_SYSTEM_FILE_INFO_GUID. | |
EFI_GUID | gAppleBlessedSystemFolderInfoGuid |
A global variable storing the GUID of the APPLE_BLESSED_SYSTEM_FOLDER_INFO_GUID. | |
EFI_GUID | gAppleBlessedOsxFolderInfoGuid |
A global variable storing the GUID of the APPLE_BLESSED_OSX_FOLDER_INFO_GUID. | |
Copyright (C) 2014 - 2016, Download-Fritz. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file AppleBless.h.
#define APPLE_BLESSED_OSX_FOLDER_INFO_GUID |
InformationType GUID exposed used to get alternative blessed file or folder's path.
Definition at line 53 of file AppleBless.h.
#define APPLE_BLESSED_SYSTEM_FILE_INFO_GUID |
InformationType GUID used to get the blessed file's path.
Definition at line 41 of file AppleBless.h.
#define APPLE_BLESSED_SYSTEM_FOLDER_INFO_GUID |
InformationType GUID exposed used to get the blessed folder's path.
Definition at line 47 of file AppleBless.h.
|
extern |
A global variable storing the GUID of the APPLE_BLESSED_OSX_FOLDER_INFO_GUID.
Definition at line 26 of file UserGlobalVar.c.
|
extern |
A global variable storing the GUID of the APPLE_BLESSED_SYSTEM_FILE_INFO_GUID.
Definition at line 29 of file UserGlobalVar.c.
|
extern |
A global variable storing the GUID of the APPLE_BLESSED_SYSTEM_FOLDER_INFO_GUID.
Definition at line 32 of file UserGlobalVar.c.