Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
98e14329
Commit
98e14329
authored
Jan 08, 2024
by
Alex Henrie
Committed by
Alexandre Julliard
Jan 18, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mgmtapi: AddSnmpMgrOpen stub.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=56062
parent
3fbdd412
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
mgmtapi.c
dlls/mgmtapi/mgmtapi.c
+7
-0
mgmtapi.spec
dlls/mgmtapi/mgmtapi.spec
+1
-1
No files found.
dlls/mgmtapi/mgmtapi.c
View file @
98e14329
...
...
@@ -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
);
...
...
dlls/mgmtapi/mgmtapi.spec
View file @
98e14329
...
...
@@ -3,7 +3,7 @@
@ stub SnmpMgrGetTrap
@ stub SnmpMgrGetTrapEx
@ stub SnmpMgrOidToStr
@ st
ub SnmpMgrOpen
@ st
dcall SnmpMgrOpen(str str long long)
@ stub SnmpMgrRequest
@ stub SnmpMgrStrToOid
@ stdcall SnmpMgrTrapListen(ptr)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment