mgmtapi: AddSnmpMgrOpen stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56062
This commit is contained in:
parent
3fbdd41297
commit
98e14329dd
2 changed files with 8 additions and 1 deletions
|
@ -19,10 +19,17 @@
|
|||
#include <stdarg.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "mgmtapi.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(mgmtapi);
|
||||
|
||||
LPSNMP_MGR_SESSION WINAPI SnmpMgrOpen(char *hostname, char *community, int timeout, int retries)
|
||||
{
|
||||
FIXME("stub: %s, %s, %d, %d\n", hostname, community, timeout, retries);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
BOOL WINAPI SnmpMgrTrapListen(HANDLE *available)
|
||||
{
|
||||
FIXME("stub: %p\n", available);
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
@ stub SnmpMgrGetTrap
|
||||
@ stub SnmpMgrGetTrapEx
|
||||
@ stub SnmpMgrOidToStr
|
||||
@ stub SnmpMgrOpen
|
||||
@ stdcall SnmpMgrOpen(str str long long)
|
||||
@ stub SnmpMgrRequest
|
||||
@ stub SnmpMgrStrToOid
|
||||
@ stdcall SnmpMgrTrapListen(ptr)
|
||||
|
|
Loading…
Add table
Reference in a new issue