Kernel32ApplicationRecoveryInProgress Method
Indicates that the calling application is continuing to recover data.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("Kernel32.dll", ExactSpelling = true)]
public static HResult ApplicationRecoveryInProgress(
out bool refCanceled
)
<DllImportAttribute("Kernel32.dll", ExactSpelling := true>]
Public Shared Function ApplicationRecoveryInProgress (
<OutAttribute> ByRef refCanceled As Boolean
) As HResult
Dim refCanceled As Boolean
Dim returnValue As HResult
returnValue = Kernel32.ApplicationRecoveryInProgress(refCanceled)
public:
[DllImportAttribute(L"Kernel32.dll", ExactSpelling = true)]
static HResult ApplicationRecoveryInProgress(
[OutAttribute] bool% refCanceled
)
[<DllImportAttribute("Kernel32.dll", ExactSpelling = true)>]
static member ApplicationRecoveryInProgress :
refCanceled : bool byref -> HResult
No code example is currently available or this language may not be supported.
- refCanceled Boolean
-
Indicates whether the user has canceled the recovery process.
Set by Windows Error Reporting (WER) if the user clicks the Cancel button.
HResult
This function returns
S_OK on success, or an
HResult error code on fail.