Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
10/16/2014
This function launches the run-time image. It is the last one called by the BLCOMMON framework.
Syntax
void OEMLaunch(
DWORD dwImageStart,
DWORD dwImageLength,
DWORD dwLaunchAddr,
const ROMHDR* pRomHdr
);
Parameters
- dwImageStart
[in] Starting address of the run-time image.
- dwImageLength
[in] Length, in bytes, of the run-time image.
- dwLaunchAddr
[in] First instruction of the run-time image.
- pRomHdr
[out] Pointer to the ROM header structure.
Return Value
None.
Requirements
Header |
blcommon.h |
Library |
blcommon.lib |