
GW2DetermineFileTypeFromFile
The GW2DetermineFileTypeFromFile function determines the file type for the given file.

GW2DetermineFileTypeFromMemory
The GW2DetermineFileTypeFromMemory function determines the file type of the file whose content is in the buffer held in memory.

GW2DetermineFileTypeAndReport
The GW2DetermineFileTypeAndReport function determines the file type for a given file and produces a report. This is not related to a session.

GW2GetFileType
File type IDs are mapped to file types supported by the Glasswall Engine. This API provides the formal name of the file type in string format given a file type ID number.

GW2GetFileTypeID
Every file type has an associated ID in the Glasswall Engine. This API provides the Glasswall file type ID in string format for the associated file extension supplied.

GW2GetIdInfo
Every issue identified and reported by the Glasswall engine has a unique issue ID associated. This API provides a description for a given Issue ID number.

GW2GetAllIdInfo
Every issue identified and reported by the Glasswall engine has a unique issue ID associated. This API provides a summary of all possible issue ID numbers and corresponding high level descriptions.

GW2LibVersion
The GW2LibVersion function returns a string describing the current version of the Glasswall library in use.

GW2RetStatusErrorMsg
The GW2RetStatusErrorMsg function returns a string describing the error or status message associated with a status returned by other API functions.