Callback function for the DccManSink interface.
Namespace:
Primeworks.APIAssembly: Primeworks.Data (in Primeworks.Data.dll) Version: 1.0.2780.57 (1.0.2780.57)
Syntax
| C# |
|---|
public delegate void DccManCallback( int wParam, uint lParam, IntPtr pVoid ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub DccManCallback ( _ wParam As Integer, _ lParam As UInteger, _ pVoid As IntPtr _ ) |
| Visual C++ |
|---|
public delegate void DccManCallback( int wParam, unsigned int lParam, IntPtr pVoid ) |
Parameters
- wParam
- Type: System..::.Int32
Connection state.
- lParam
- Type: System..::.UInt32
Optional IP address.
- pVoid
- Type: System..::.IntPtr
Optional data pointer.