Exemple #1
0
 private static extern int getInterpretationByteCount([MarshalAs(UnmanagedType.Struct)] NativeDimType type);
Exemple #2
0
 public DimType(NativeDimType nativeType)
 {
     mType = nativeType;
 }
Exemple #3
0
 private static extern int getInterpretationName([MarshalAs(UnmanagedType.Struct)] NativeDimType type, [MarshalAs(UnmanagedType.LPStr)] StringBuilder buffer, uint size);