beautypg.com

Efi_ebc_protocol.getversion(), Getversion(), Func – Intel Extensible Firmware Interface User Manual

Page 843

background image

EFI Byte Code Virtual Machine

Version 1.10

12/01/02

19-69

EFI_EBC_PROTOCOL.GetVersion()

Summary

Called to get the version of the interpreter.

Prototype

typedef
EFI_STATUS
(* EFI_EBC_GET_VERSION) (
IN EFI_EBC_PROTOCOL

*This,

OUT UINT64

*Version

);

Parameters

This

A pointer to the

EFI_EBC_PROTOCOL

instance. This protocol is

defined in Section 19.11.

Version

Pointer to where to store the returned version of the interpreter.

Description

This function is called to get the version of the loaded EBC interpreter. The value and format of the
returned version is identical to that returned by the EBC

BREAK

1 instruction.

Status Codes Returned

EFI_SUCCESS

The function completed successfully.

EFI_INVALID_PARAMETER

Version pointer is NULL.