VSConstants.S_FALSE Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 1Remarks
Does not represent an error.