예제 #1
0
 public DatabaseMarshaler()
 {
     copyInDelegate = CopyIn;
     copyOutDelegate = CopyOut;
     readerCopyDelegate = ReaderCopy;
 }
예제 #2
0
 internal static extern V_RESULT LookupInstance(
     IntPtr _this,
     IntPtr keyTemplate,
     SampleCopyInDelegate copyIn,
     ref long handle);
 public DatabaseMarshaler()
 {
     copyInDelegate  = CopyIn;
     copyOutDelegate = CopyOut;
 }
예제 #4
0
 public DatabaseMarshaler()
 {
     copyInDelegate     = CopyIn;
     copyOutDelegate    = CopyOut;
     readerCopyDelegate = ReaderCopy;
 }
예제 #5
0
 public static extern V_RESULT Write(
     IntPtr _this,
     SampleCopyInDelegate copy,
     IntPtr data,
     os_timeW timestamp,
     long handle);
예제 #6
0
 public static extern V_RESULT RegisterInstance(
     IntPtr _this,
     SampleCopyInDelegate copy,
     IntPtr data,
     os_timeW timestamp,
     ref long handle);