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
A LONG integer that contains the new Code Page value.
Remarks

The CodePage property determines how characters are displayed.

See Also

Session Object, CodePage


© 1997 by Microsoft Corporation. All rights reserved.