Missed customdsdata map.

This commit is contained in:
Eugene Wang
2023-04-08 15:37:50 -04:00
parent 9486fc8cce
commit 29a8031817

View File

@@ -28,6 +28,7 @@ namespace NTwain.Data
{ CAP.CAP_CAMERASIDE, typeof(TWCS) }, { CAP.CAP_CAMERASIDE, typeof(TWCS) },
{ CAP.CAP_CLEARPAGE, typeof(TW_BOOL) }, { CAP.CAP_CLEARPAGE, typeof(TW_BOOL) },
{ CAP.CAP_CUSTOMDSDATA, typeof(TW_BOOL) },
{ CAP.CAP_DEVICEEVENT, typeof(TWDE) }, { CAP.CAP_DEVICEEVENT, typeof(TWDE) },
{ CAP.CAP_DEVICEONLINE, typeof(TW_BOOL) }, { CAP.CAP_DEVICEONLINE, typeof(TW_BOOL) },