ISimConnectWrapperCreateSimConnect Method |
Wraps a call to create the SimConnect object.
Namespace: VirtualRadar.Interface.FlightSimulatorXAssembly: 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
)
Sub CreateSimConnect (
name As String,
windowHandle As IntPtr,
userEventWin32 As UInteger,
eventHandle As WaitHandle,
configurationIndex As UInteger
)
void CreateSimConnect(
String^ name,
IntPtr windowHandle,
unsigned int userEventWin32,
WaitHandle^ eventHandle,
unsigned int configurationIndex
)
abstract CreateSimConnect :
name : string *
windowHandle : IntPtr *
userEventWin32 : uint32 *
eventHandle : WaitHandle *
configurationIndex : uint32 -> unit
Parameters
- name
- Type: SystemString
- windowHandle
- Type: SystemIntPtr
- userEventWin32
- Type: SystemUInt32
- eventHandle
- Type: System.ThreadingWaitHandle
- configurationIndex
- Type: SystemUInt32
See Also