Kernel32ApplicationRecoveryInProgress Method

Indicates that the calling application is continuing to recover data.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: 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
)

Parameters

refCanceled  Boolean
Indicates whether the user has canceled the recovery process. Set by Windows Error Reporting (WER) if the user clicks the Cancel button.

Return Value

HResult
This function returns S_OK on success, or an HResult error code on fail.

Remarks

See Also