ISessionObject::put_LCID

The ISessionObject::put_LCID method sets the LCID property value for the Session object.

HRESULT put_LCID(
  LONG lvar  //LONG that contains the new Timeout value
);
 

Parameters

lvar
A LONG integer that contains the new LCID value.

Remarks

The LCID property specifies the locale identifier which is a standard international abbreviation that uniquely identifies one of the system-defined locales.

See Also

Session Object, LCID