VSConstants.DISP_E_UNKNOWNLCID Field

Definition

A return value that indicates that the member being invoked interprets string arguments according to the Locale ID (LCID), and the LCID is not recognized. If the LCID is not needed to interpret arguments, this error should not be returned.

public: int DISP_E_UNKNOWNLCID = -2147352564;
int DISP_E_UNKNOWNLCID = -2147352564;
public const int DISP_E_UNKNOWNLCID = -2147352564;
val mutable DISP_E_UNKNOWNLCID : int
Public Const DISP_E_UNKNOWNLCID As Integer  = -2147352564

Field Value

Value = -2147352564

Applies to