Return a list of ITEMIDs (if available) for each of the passed ID codes.
These indicate the ITEMID which could be added to an OPCGroup and used for
more efficient access to the data corresponding to the Item Properties.
Syntax
Parameters
- itemID
- IN: The ItemID for which the caller wants to lookup
the list of properties
- propertyIDs
- IN: array with DWORDIDs for the requested properties.
These IDs were returned by QueryAvailableProperties
- propertyItems
- OUT: array of ItemPropertyItemID classes containing the
ItemIds and error information
Return Value
HRESULT error/success code
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2
See Also