IDownload::JumpToImage

This method jumps to an OS image on a target device.

HRESULT JumpToImage(
  DWORD dwJumpFlags 
);

Parameters

  • dwJumpFlags
    [in] Jump option. This parameter takes a flag. To select multiple options, pass multiple flags and separate the flags with the Boolean operator OR. The following table shows each flag and the corresponding option.
    Flag Option
    KITL_FL_DBGMSG Enables debug messages. Starts the corresponding KITL service.
    KITL_FL_PPSH Enables a text-based shell. Starts the corresponding KITL service.
    KITL_FL_KDBG Enables the kernel debugger. Starts the corresponding KITL service.
    KITL_FL_CLEANBOOT Forces a clean boot.

Return Values

Returns S_OK if the call was successfully completed. If a failure occurs, the appropriate HRESULT value is returned.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Download.h, Download.idl.

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.