Example #1
0
 public void GetSummary(ref oiVolumeSummary dst)
 {
     oiVolumeGetSummary(self, ref dst);
 }
Example #2
0
 [DllImport("openvdbi")] static extern void oiVolumeGetSummary(IntPtr volume, ref oiVolumeSummary dst);