getLCID

The getLCID and putLCID methods of the ISessionObject interface retrieve or set the LCID property for the Session object, respectively.

Syntax

public abstract int getLCID();
public abstract void putLCID(int val);

Return Value

Returns an integer that contains the LCID value.

Parameters

val [retval] [out] An integer that contains the LCID value.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.