GWSOFT.co.uk  

Site by Graham Wharton 
November 21st 2008 05:21:51 PM 



NOTE : This project is not currently in development and is totally unsupported. These pages are here for information only.

get_BDCP_API_Revision

Declaration

extern "C" int get_BDCP_API_Revision(void);

Description

This function must be implemented in the plugin. This function does not accept any parameters. It should return a single int containing the value of the API revision used in the plugin (current value is 2)

Example Implementation

int get_BDCP_API_Revision(void) { return(2); }
BDCP Developers Home Page