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.
Namespace: DevCase.Win32.InterfacesAssembly: 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
)
Function GetAnyOperationsAborted (
<OutAttribute> ByRef pfAnyOperationsAborted As Boolean
) As HResult
Dim instance As IFileOperation
Dim pfAnyOperationsAborted As Boolean
Dim returnValue As HResult
returnValue = instance.GetAnyOperationsAborted(pfAnyOperationsAborted)
HResult GetAnyOperationsAborted(
[OutAttribute] bool% pfAnyOperationsAborted
)
abstract GetAnyOperationsAborted :
pfAnyOperationsAborted : bool byref -> HResult
No code example is currently available or this language may not be supported.
- pfAnyOperationsAborted Boolean
-
When this method returns, points to if any file operations were
aborted before they were complete; otherwise, .
HResult
If this method succeeds, it returns
S_OK.
Otherwise, it returns an
HResult error code.