OpenFileName (Structures)
Last changed: DragunityMAX-119.247.213.153

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)]
public class OpenFileName
{
   int structSize;
   string filter = null;
   string file = null;
   int maxFile = 0;
   string fiteTitle = null;
   int maxFileTitle = 0;
   string initialDir = null;
   string title = null;
   string defExt = null;
}

VB Definition:

Structure OpenFileName
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation