GetPlugInInfo

  Functions >

GetPlugInInfo

Previous pageReturn to chapter overviewNext page

The GetPlugInInfo gets information about the plug-in version and formats supported by the current plug-in version.

 

Syntax:

 

int GetPlugInInfo(

  LPCSTR Version,

  LPCSTR Formats

);

 

 

Parameters:

 

Version

Points to the string which will be initialized by the information on version.

Formats

Points to the string which will be initialized by the information on supported formats.

 

 

Return Value:

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.

 

 

See Also

GetSupportedExts


© 2003-2024 CADSoftTools

Go to CAD DLL