IPMConnection::CopyQueuedFiles (Windows CE 5.0)
This method copies files in the queue.
HRESULT CopyQueuedFiles(long* pdwTotalSize);
Parameters
- pdwTotalSize
[out] Total size of the queued files copied.
Return Values
This method has the following return values.
Return value | Description |
---|---|
S_OK | The call was successfully completed. |
E_FAIL | Unable to complete the call. |
OLE_E_NOCONNECTION | There is no connection established. |
STG_E_FILENOTFOUND | Unable to locate the file. |
STG_E_INSUFFICIENTMEMORY | Insufficient memory to complete the call. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Connection.h, Cemgr.idl.
Send Feedback on this topic to the authors