ISessionObject::put_CodePage

The ISessionObject::put_CodePage method sets the value of the CodePage property of the Session object.

HRESULT put_CodePage(

  LONG , lvar// LONG integer that contains the code page identifier

);

 

Parameters
lvar
[in] A LONG integer that contains the new CodePage value.
Remarks

The CodePage property determines how characters are displayed.

See Also

Session Object, CodePage