Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
typedef struct _EFI_GET_NEXT_VARIABLE_NAME_OUT {
EFI_VARIABLE_STATUS EfiStatus;
GUID VendorGuid;
ULONG NameLength;
CHAR16 VariableName[ANYSIZE_ARRAY];
} EFI_GET_NEXT_VARIABLE_NAME_OUT, *PEFI_GET_NEXT_VARIABLE_NAME_OUT;
Members
EfiStatus
VendorGuid
NameLength
VariableName[ANYSIZE_ARRAY]
Requirements
| Requirement | Value |
|---|---|
| Header | treevariableservice.h |