示例#1
0
        void SetupVectorGrabber()
        {
            int hr = vectorGrabber.SetCallback(this);

            if (hr < 0)
            {
                Marshal.ThrowExceptionForHR(hr);
            }
        }