Click or drag to resize
ISimConnectWrapperCreateSimConnect Method
Wraps a call to create the SimConnect object.

Namespace: VirtualRadar.Interface.FlightSimulatorX
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void CreateSimConnect(
	string name,
	IntPtr windowHandle,
	uint userEventWin32,
	WaitHandle eventHandle,
	uint configurationIndex
)

Parameters

name
Type: SystemString
windowHandle
Type: SystemIntPtr
userEventWin32
Type: SystemUInt32
eventHandle
Type: System.ThreadingWaitHandle
configurationIndex
Type: SystemUInt32
See Also