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
© 2003-2024 CADSoftTools
Go to CAD DLL