Beispiel #1
0
        public static IntPtr CreateSession()
        {
            var handle = IntPtr.Zero;

            AssertSuccess(
                () => PInvoke.CreateSession(ref handle));

            return(handle);
        }