Query the LocaleIDs supported by the OPC Server. ( IOPCCommon::QueryAvailableLocaleIDs )
            If any error occurs a ThrowExceptionForHR is thrown. 
            
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Function QueryAvailableLocaleIDs( _
   ByRef lcids As Integer() _
) As Integer 
  | 
 
            Parameters
- lcids
 
- OUT: This is a bit mask which indicates which types of filtering are supported by the server.
 
            
            Return Value
HRESULTS error/succes code as defined by OPC
 
            
						
            
            
            
            
            
            
            
Requirements
 
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
            
            
See Also