Commit 157a647c authored by Austin English's avatar Austin English Committed by Alexandre Julliard

mgmtapi: Add SnmpMgrTrapListen stub.

parent 9fd90749
......@@ -37,3 +37,10 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
}
return TRUE;
}
BOOL WINAPI SnmpMgrTrapListen(HANDLE *available)
{
FIXME("stub: %p\n", available);
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}
......@@ -6,4 +6,4 @@
@ stub SnmpMgrOpen
@ stub SnmpMgrRequest
@ stub SnmpMgrStrToOid
@ stub SnmpMgrTrapListen
@ stdcall SnmpMgrTrapListen(ptr)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment