uaPLUS Reference
OnInsertAnnotations Method
See Also  Send Feedback
I_HDAPlugin Namespace > IGenericServer Interface : OnInsertAnnotations Method

transactionID
status
dwCount
clientHandles
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 Annotations Insert requests.

Syntax

Visual Basic (Declaration) 
Function OnInsertAnnotations( _
   ByVal transactionID As Integer, _
   ByVal status As Integer, _
   ByVal dwCount As Integer, _
   ByVal clientHandles() As Integer, _
   ByVal errors() As Integer _
) As Integer
C# 
int OnInsertAnnotations( 
   int transactionID,
   int status,
   int dwCount,
   int[] clientHandles,
   int[] errors
)

Parameters

transactionID
status
dwCount
clientHandles
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.