Visual Basic (Declaration) | |
---|---|
Public Delegate Function GetItemInfo( _ ByVal itemID As String, _ ByRef GroupLinkCounter As Integer, _ ByRef GroupActiveLinkCounter As Integer, _ ByRef AppHandle As Integer, _ ByRef ScanRate As Integer, _ ByRef SamplingRate As Integer, _ ByRef DataType As Type _ ) As Integer |
C# | |
---|---|
public delegate int GetItemInfo( string itemID, out int GroupLinkCounter, out int GroupActiveLinkCounter, out int AppHandle, out int ScanRate, out int SamplingRate, out Type DataType ) |
Parameters
- itemID
- GroupLinkCounter
- GroupActiveLinkCounter
- AppHandle
- ScanRate
- SamplingRate
- DataType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2