mgmtapi: Add SnmpMgrTrapListen stub.

Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Austin English 2016-03-22 17:42:45 -05:00 committed by Alexandre Julliard
parent 9fd90749c2
commit 157a647c46
2 changed files with 8 additions and 1 deletions

View File

@ -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;
}

View File

@ -6,4 +6,4 @@
@ stub SnmpMgrOpen
@ stub SnmpMgrRequest
@ stub SnmpMgrStrToOid
@ stub SnmpMgrTrapListen
@ stdcall SnmpMgrTrapListen(ptr)