Import.EnumSystemFirmwareTables Method
[DllImport("kernel32.dll", EntryPoint = "EnumSystemFirmwareTables", SetLastError = true)]
public static extern UInt32 EnumSystemFirmwareTables(
FIRMWARE_TABLE_TYPE FirmwareTableProviderSignature,
IntPtr pFirmwareTableEnuM_BUffer,
UInt32 BufferSize
)
This language is not supported or no code example is available.
Parameters
- FirmwareTableProviderSignature
- FIRMWARE_TABLE_TYPE
- pFirmwareTableEnuM_BUffer
- IntPtr
- BufferSize
- UInt32
Return Value
UInt32[DllImport("kernel32.dll", EntryPoint = "EnumSystemFirmwareTables", SetLastError = true)] public static extern uint EnumSystemFirmwareTables(Enums.FIRMWARE_TABLE_TYPE FirmwareTableProviderSignature, IntPtr pFirmwareTableEnuM_BUffer, uint BufferSize);
This language is not supported or no code example is available.