Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

GetFirmwareType function

Retrieves the firmware type of the local computer.

Syntax


BOOL WINAPI GetFirmwareType(
  _Inout_ PFIRMWARE_TYPE FirmwareType
);

Parameters

FirmwareType [in, out]

A pointer to a FIRMWARE_TYPE enumeration.

Return value

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call the GetLastError function.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Winbase.h (include Windows.h)

Library

Kernel32.lib

DLL

Kernel32.dll

See also

FIRMWARE_TYPE

 

 

Show:
© 2017 Microsoft