Skip to main content
Abort pending file uploads to an entity’s profile.

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFDataAbortFileUploadsRequest* Populated request object. async   XAsyncBlock*
Inout
XAsyncBlock for the async operation.

Return value

Type: HRESULT Result code for this API operation.

Remarks

This API is available on all platforms. Aborts the pending upload of the requested files. See also FileDeleteFilesAsync, FileFinalizeFileUploadsAsync, FileGetFilesAsync, FileInitiateFileUploadsAsync. When the asynchronous task is complete, call PFDataAbortFileUploadsGetResultSize and PFDataAbortFileUploadsGetResult to get the result.

Requirements

Header: PFData.h

See also

PFData members
Last modified on August 3, 2026