Graphisoft®

GX ModuleVersion: 16

GetType

Gives the filetype identifier of the image in the data.

GSErrCode GetType (
      GSHandle      imageHandle,
      FTM::TypeID*  imageType
);

Parameters

imageHandle
The image data to be queried.
imageType
The detected type.

Return values

If the function succeeds, the return value is NoError. If the function fails, the return value is the error code.

Remarks

You can use this filetype ID with the Graphisoft file type manager.

Requirements

Version:
GX
Header:
GXImageBase.hpp
Import Library:
GXImageBase.lib
Module:
GXImageBase.dll [WIN], GXImageBase.framework [MAC]

See Also

GXImageBase