uaPLUS Reference
OnPlayback Method
See Also  Send Feedback
HDAPluginDA Namespace > HdaGenericServer Class : OnPlayback Method

transactionID
status
numItems
itemValues
errors

Glossary Item Box

This method makes callbacks to the client though the generic server. It is to be used to notify the client on completion of Playback requests.

Syntax

Visual Basic (Declaration) 
Public Function OnPlayback( _
   ByVal transactionID As Integer, _
   ByVal status As Integer, _
   ByVal numItems As Integer, _
   ByVal itemValues() As OPCHDAItem, _
   ByVal errors() As Integer _
) As Integer
C# 
public int OnPlayback( 
   int transactionID,
   int status,
   int numItems,
   OPCHDAItem[] itemValues,
   int[] errors
)

Parameters

transactionID
status
numItems
itemValues
errors

Return Value

HRESULTS success/error code

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.