IPMConnection::QueueFile (Windows CE 5.0)

Send Feedback

This method queues a file to be copied to a specified location.

HRESULT QueueFile(BSTR bstrSource,BSTR bstrDest,VARIANT_BOOL bOverWrite);

Parameters

  • bstrSource
    [in] Path and name of the source file.
  • bstrDest
    [in] Destination path.
  • bOverWrite
    [in] Overwrite flag. If there is an existing file of the same name at the destination, setting this parameter to 1 overwrites the existing file.

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: Connection.h, Cemgr.idl.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.