Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2 KB

pcdprotocol_get16.md

File metadata and controls

57 lines (41 loc) · 2 KB

PCD_PROTOCOL.Get16()

Summary

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

Prototype

typedef
UINT16
(EFIAPI *PCD_PROTOCOL_GET16)(
  IN UINTN  TokenNumber
  );

Parameters

TokenNumber

The PCD token number.

Description

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