Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
|
|
Class
Microsoft.VisualBasic.VBFixedArrayAttribute Applies To
Field Constructor
New(upper1[, upper2])
Properties
Description
The <VBFixedArray> attribute defines a fixed array. This attribute can be used in defining fixed arrays within structures, particularly structures that are passed to Win32 API functions, and for defining fixed-length structures used by VB file input and output functions. |
|
|