Click or drag to resize

wclHelpersSucceeded Method

Provides a generic test for success on any status value.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public static bool Succeeded(
	int Status
)

Parameters

Status  Int32
The status code. This value can be an HRESULT or an SCODE. A non-negative number indicates success.

Return Value

Boolean
true if Status represents a success status value; otherwise, false.
See Also