Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 2.15 KB

pcdprotocol_get64ex.md

File metadata and controls

63 lines (45 loc) · 2.15 KB

PCD_PROTOCOL.Get64Ex()

Summary

Retrieves a 64 -bit value for a given PCD token.

Prototype

typedef
UINT64
(EFIAPI *PCD_PROTOCOL_GET_EX_64) (
  IN CONST EFI_GUID  *Guid,
  IN UINTN           TokenNumber
  );

Parameters

Guid

The 128-bit unique value that designates the namespace from which to extract the value.

TokenNumber

The PCD token number.

Description

Retrieves the 64-bit sized value for a PCD token number. If the TokenNumber is invalid, the results are unpredictable.