Application.Application Constructor |
Language: |
Visual Basic Public Sub New( _
ByRef connectionHandle As Integer, _
ByVal flags As InitializeFlags, _
ByVal connectEventHandler As ConnectEventHandler _
)C# public Application(
out int connectionHandle,
InitializeFlags flags,
ConnectEventHandler connectEventHandler
);C++ public:
Application(
[Out] int% connectionHandle,
InitializeFlags flags,
ConnectEventHandler^ connectEventHandler
);JScript public function Application(
connectionHandle : int,
flags : InitializeFlags,
connectEventHandler : ConnectEventHandler
);
connectionHandle System.Int32
flags Microsoft.DirectX.DirectPlay.Lobby.InitializeFlags
connectEventHandler Microsoft.DirectX.DirectPlay.Lobby.ConnectEventHandler
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center