次の方法で共有


OEMMultiBINNotify (Compact 2013)

10/16/2014

This function saves the number of .bin files to be downloaded and their addresses and sizes.

Syntax

void OEMMultiBINNotify(
  const PMultiBINInfo pInfo
);

Parameters

  • pInfo
    [in] Contains information about the downloaded .bin files.

Return Value

None.

Remarks

The number of .bin files to be downloaded and their addresses and sizes are necessary to successfully cache all the OS images in RAM, if they are destined for flash memory.

g_pOEMMultiBINNotify is a function pointer. You can assign the address of a custom BIN notify routine that the BLCOMMON code then calls at the appropriate time through this function pointer. The following code example shows how you can perform this routine.

BOOL OEMMultiBINNotify(const PMultiBINInfo pInfo);
g_pOEMMultiBINNotify = OEMMultiBINNotify;

Requirements

Header

blcommon.h

Library

blcommon.lib

See Also

Reference

Optional Boot Loader Functions
OEMVerifyMemory
OEMCheckSignature