Fixed some comments and types.

This commit is contained in:
soukoku
2014-04-04 22:19:16 -04:00
parent c7ca66836b
commit 4fa3e77fba
37 changed files with 354 additions and 69 deletions

View File

@@ -114,7 +114,6 @@ namespace NTwain.Data
CallbackDelegate _callBackProc;
TW_UINT32 _refCon;
TW_INT16 _message;
}
[StructLayout(LayoutKind.Sequential, Pack = 2)]
@@ -538,7 +537,7 @@ namespace NTwain.Data
}
[StructLayout(LayoutKind.Sequential, Pack = 2)]
partial struct TWFilterDescriptor
partial class TWFilterDescriptor
{
TW_UINT32 _size;
TW_UINT32 _hueStart;