IPMConnection::QueuePackage (Windows CE 5.0)
This method queues a package to be copied to a specified location.
HRESULT QueuePackage(BSTR bstrPackageId,BSTR bstrDestPath,VARIANT_BOOL bOverWrite);
Parameters
- bstrPackageId
[in] GUID of the package. - bstrDestPath
[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