ISessionObject::get_LCID

The ISessionObject::get_LCID method retrieves the value of the LCID property.

HRESULT get_LCID(
      BSTR* plvar
);

Parameters

  • plvar
    [retval] [out] Points to a LONG integer that contains the 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.

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