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

dlgOnPlayback
Playback callback handler
dlgOnReadAnnotations
Read Annotations callback handler
dlgOnInsertAnnotations
Insert Annotations callback handler
dlgOnUpdateComplete
Update complete callback handler

Glossary Item Box

Professional Edition only.
This method is called from the generic server to pass the references to the client callback wrapper methods for Playback, Update and Annotaions handling.

Syntax

Visual Basic (Declaration) 
Public Sub DefineCallbacksPE( _
   ByVal dlgOnPlayback As OnPlayback, _
   ByVal dlgOnReadAnnotations As OnReadAnnotations, _
   ByVal dlgOnInsertAnnotations As OnInsertAnnotations, _
   ByVal dlgOnUpdateComplete As OnUpdateComplete _
) 

Parameters

dlgOnPlayback
Playback callback handler
dlgOnReadAnnotations
Read Annotations callback handler
dlgOnInsertAnnotations
Insert Annotations callback handler
dlgOnUpdateComplete
Update complete callback handler

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.