U will have to include the 2 files as part as the API, then u need to make ur own
u need the initalize function and uninitalize ones
configures functions
and GetPublishCommandInfo
which needs the name of the command ur going to use in msn e.g(/xchangename) U MUST USE X BEFORE YOUR COMMAND
then u will need ParseCommand
there u need to put
If (StrComp(LCase(sCommand), "/xsamplevb", vbTextCompare) = 0) Then
sResult = DiferenciaEnFechas(blahhfgh)
/xsamplevb, to be replaced with the name of ur plugin command
then its just time for testing
))