IFileOperationGetAnyOperationsAborted Method

Gets a value that states whether any file operations initiated by a call to PerformOperations were stopped before they were complete.

The operations could be stopped either by user action or silently by the system.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
HResult GetAnyOperationsAborted(
	out bool pfAnyOperationsAborted
)

Parameters

pfAnyOperationsAborted  Boolean
When this method returns, points to if any file operations were aborted before they were complete; otherwise, .

Return Value

HResult
If this method succeeds, it returns S_OK. Otherwise, it returns an HResult error code.

See Also