uaPLUS Reference
DlgGetState Delegate
See Also  Send Feedback
NSPlugin Namespace : DlgGetState Delegate

_active
_bufferTime
_maxSize
_clientSubscription

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Delegate Function DlgGetState( _
   ByRef _active As Boolean, _
   ByRef _bufferTime As Integer, _
   ByRef _maxSize As Integer, _
   ByRef _clientSubscription As Integer _
) As Integer
C# 
public delegate int DlgGetState( 
   out bool _active,
   out int _bufferTime,
   out int _maxSize,
   out int _clientSubscription
)

Parameters

_active
_bufferTime
_maxSize
_clientSubscription

Requirements

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

See Also

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