From: Mayowa on
Hi

After loading a DLL I am able to view the interfaces and methods. I am unable to call the methods (most likely not doing the write thing). I hope someone can help.

When I list the interfaces I get

DTNLib._IHistoryLookup3Events'
DTNLib._IHistoryLookup3Events_Event'
DTNLib.HistoryLookup3'
DTNLib.IHistoryLookup3'

Methods for class DTNILib.IHistoryLookup3:
ReqHistoryDailyDatapoints

When I do methodsview I get
Name : ReqHistoryDailyDatapoints
Argument : (DTNLib.IHistoryLookup3 this, System. String bstrSymbol, uint32 scalar ulMaxDatapoints)


My problem is how do I call this method.

Thanks