hi,
I must create a timer in dll-application in visual c++.
I do this:
UINT m_timerID;
m_timerID = SetTimer(NULL,0,(UINT)1,(TIMERPROC)OnTimer);
void CALLBACK OnTimer(HWND hWnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime)
{
printf("ok\n");
} // OnTimer
but OnTimer not happened.
why?
Thanks
I’m developing a extension agent SNMP in Microsoft Visual C++ 6.0 on WINDOWS 2000 Professional operating system.
I must send a trap to Manager SNMP and I need to know if manager have received a trap.
Do functionality is implement in Windows Agent SNMP or in other Agent Snmp? If no, how can I do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.