Emotiv.EdkDll.Unmanged_IEE_EmoEngineEventGetUserId C# (CSharp) Method

Unmanged_IEE_EmoEngineEventGetUserId() private method

private Unmanged_IEE_EmoEngineEventGetUserId ( IntPtr hEvent, UInt32 &pUserIdOut ) : Int32
hEvent IntPtr
pUserIdOut UInt32
return Int32
        static extern Int32 Unmanged_IEE_EmoEngineEventGetUserId(IntPtr hEvent, out UInt32 pUserIdOut);
EdkDll