Provides a way to browse the available AccessPaths for an ITEM ID. ( IOPCBrowseServerAddressSpace:: BrowseAccessPaths )
Clients are allowed to get Access Path Enumerators for more than one item at a time. Changing the browse position will not affect any enumerator the client already has. AccessPath is the "how" for the server to get the data specified by the itemID (the what). The client uses this function to identify the possible access paths for the specified itemID.
Syntax
Parameters
- itemID
- full item name
- stringEnumerator
- OUT: string enumerator
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also