|
lcid
Indicates that the parameter is a locale ID.
Allowed on
Parameter in a member of an interface
Comments
At most one parameter may have this attribute. The parameter must have the in attribute and can't have the out attribute, and its type must be long. The lcid attribute is not allowed on dispinterfaces.
The lcid attribute allows members in the VTBL to receive an LCID at invocation. By
convention, the lcid parameter is the last parameter that does not have the retval attribute. If the member specifies propertyput or propertyputref, the lcid parameter must precede the parameter that represents the right side of the
property assignment.
ITypeInfo::Invoke passes the LCID of the typeinfo into the lcid parameter. Parameters with this attibute are not displayed in user-oriented
browsers.
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|