Ejemplo n.º 1
0
 private void _readNativeStruct()
 {
     if (_ptrSciTextRange != IntPtr.Zero)
     {
         _sciTextRange = (_Sci_TextRange)Marshal.PtrToStructure(_ptrSciTextRange, typeof(_Sci_TextRange));
     }
 }
Ejemplo n.º 2
0
 void _readNativeStruct()
 {
     if (_ptrSciTextRange != IntPtr.Zero)
         _sciTextRange = (_Sci_TextRange)Marshal.PtrToStructure(_ptrSciTextRange, typeof(_Sci_TextRange));
 }