FILTERREGION (Structures)
Last changed: ebewley@bigfoot.com-148.126.100.80

.
Summary
TODO - a short description

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.

Documentation