Visual Basic (Declaration) | |
---|---|
Public Delegate Function DlgSetState( _ ByVal active As Boolean, _ ByVal activeDefined As Boolean, _ ByVal _bufferTime As Integer, _ ByVal bufferTimeDefined As Boolean, _ ByVal _maxSize As Integer, _ ByVal maxSizeDefined As Boolean, _ ByVal _clientSubscription As Integer, _ ByRef revisedBufferTime As Integer, _ ByRef revisedMaxSize As Integer _ ) As Integer |
C# | |
---|---|
public delegate int DlgSetState( bool active, bool activeDefined, int _bufferTime, bool bufferTimeDefined, int _maxSize, bool maxSizeDefined, int _clientSubscription, out int revisedBufferTime, out int revisedMaxSize ) |
Parameters
- active
- activeDefined
- _bufferTime
- bufferTimeDefined
- _maxSize
- maxSizeDefined
- _clientSubscription
- revisedBufferTime
- revisedMaxSize
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