OEMMultiBINNotify
This function saves the number of .bin files to be downloaded and their addresses and sizes.
void OEMMultiBINNotify(
const PMultiBINInfo pInfo
);
Parameters
- pInfo
[in] Contains information about the downloaded .bin files.
Return Values
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. An OEM 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.
BOOL OEMMultiBINNotify(const PMultiBINInfo pInfo);
g_pOEMMultiBINNotify = OEMMultiBINNotify;
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Blcommon.h.
Link Library: Blcommon.lib.
See Also
OEMVerifyMemory | OEMCheckSignature | Adding Support for Multiple-Region Image Notification
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.