This document is archived and information here might be outdated. Recommended version. |
The locale ID that cyclicly proceeds the given locale ID.
[Visual Basic .NET]
Public Function get_NextLocaleID ( _
ByVal currenteLocaleID As Integer _
) As Integer
[C#]
public int get_NextLocaleID (
int currenteLocaleID
);
[C++]
HRESULT get_NextLocaleID(
long currenteLocaleID,
System.Int32* NextLocaleID
);
[C++] Parameters currenteLocaleID [in]
currenteLocaleID is a parameter of type long NextLocaleID [out, retval]
NextLocaleID is a parameter of type long*