GSVersion (Structures)
Last changed: jmbpiano-216.21.193.15

.
Summary
This structure is filled in by the gsapi_revision function.

C# Definition:

[StructLayout(LayoutKind.Sequential)]

public struct GSVersion

{

    public string product;
    public string copyright;
    public int revision;
    public int revisionDate;

}

VB Definition:

Structure GSVersion
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

When starting to work with the Ghostscript Interpreter API (gsapi.dll), it is helpful to start by getting the gsapi_revision function to work.

Here is a sample of how the GSVersion structure is filled in by the gsapi_revision function.

GPL Ghostscript

Copyright Some Company

815

20040922

Documentation