.
C# Definition:
struct FILTERREGION {
public int idChunk;
public int cwcStart;
public int cwcExtent;
}
VB Definition:
Structure FILTERREGION
Public idChunk As Integer
Public cwcStart As Integer
Public cwcExtent As Integer
End Structure
User-Defined Field Types:
None.
Notes:
None.
