I have .lib and .h but do not have their source, so the wrapper does not offer. I need to use objects from .lib .h C#
struct Node: public Nown{
virtual NMRESULT Get(Nodeip** ppNodeip)=0;
virtual NMRESULT Load(LPCSTR Name,char** Value=0,int Count=0)=0;
};
example code, how i can use this?