ISessionObject::get_CodePage

The ISessionObject::get_CodePage method retrieves the value of the CodePage property.

HRESULT get_CodePage(
      LONG* plvar
);

Parameters

  • plvar
    [retval] [out] Points to a LONG integer that contains the current value for the CodePage property.

Remarks

The CodePage property determines how characters are displayed.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

See Also