111,097
社区成员




System.Runtime.InteropServices.GCHandle gh = System.Runtime.InteropServices.GCHandle.Alloc(this, System.Runtime.InteropServices.GCHandleType.Pinned);
IntPtr pParam = gh.AddrOfPinnedObject();
intErr = tltmStartReadingRawItems(this.m_handle, 1, 0, rawBk, pParam);
gh.Free();