This topic has not yet been rated - Rate this topic

OEMMultiBINNotify (Windows Embedded CE 6.0)

1/5/2010

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


void OEMMultiBINNotify(
  const PMultiBINInfo pInfo
);
pInfo

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

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;
Headerblcommon.h
Libraryblcommon.lib
Windows Embedded CEWindows CE .NET 4.2 and later
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ