VSConstants.S_FALSE Field

Definition

HRESULT for FALSE (not an error).

public: int S_FALSE = 1;
int S_FALSE = 1;
public const int S_FALSE = 1;
val mutable S_FALSE : int
Public Const S_FALSE As Integer  = 1

Field Value

Value = 1

Remarks

Does not represent an error.

Applies to