Prototype
size_t __cdecl fnVersion ( void );
Return value
The version of the statistical plug-in interface this plug-in is using.
Parameters
None.
Remarks
This function helps ShapeUp control the interface for which a plug-in was built and call the right functions with the right parameters. The official interface version is currently defined in stcdef.h to STATISTICS_PLUGIN_INTERFACE_VERSION.
Example
size_t __cdecl fnVersion ( void ) { return STATISTICS_PLUGIN_INTERFACE_VERSION; }
See Also