Hi All.
I need help with this thing.
I have this DLL which will fire an event under certain event. HRESULT DLLib::_Events::OnMaxCondn().
This is the documentation given in the help.
I have no clue what this means though. :S
.
Any help appreciated.
m-J
I need help with this thing.
I have this DLL which will fire an event under certain event. HRESULT DLLib::_Events::OnMaxCondn().
This is the documentation given in the help.
This event is triggered when the maximum number of messages per log file is reached. You should only have one instance of Interface and one callback like this one. If more then one Interface instances exists and more then one callback are registered, then all registered callbacks will be fired at the order of regitration.
I have no clue what this means though. :S

Any help appreciated.
m-J