Example #1
0
    public ba()
    {
        GCHandle handle = GCHandle.Alloc(this);

        ba.a a = new ba.a(ba.a);
        EnumWindows(a, (IntPtr)handle);
        handle.Free();
    }
Example #2
0
 private static extern int EnumWindows(ba.a A_0, IntPtr A_1);