Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
8128ddfa
Commit
8128ddfa
authored
Jul 31, 2014
by
Hao Peng
Committed by
Alexandre Julliard
Aug 05, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iphlpapi: Add PfUnBindInterface function stub.
parent
240e66a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
iphlpapi.spec
dlls/iphlpapi/iphlpapi.spec
+1
-1
iphlpapi_main.c
dlls/iphlpapi/iphlpapi_main.c
+9
-0
No files found.
dlls/iphlpapi/iphlpapi.spec
View file @
8128ddfa
...
...
@@ -258,7 +258,7 @@
@ stub _PfRemoveGlobalFilterFromInterface@8
@ stub _PfSetLogBuffer@28
@ stub _PfTestPacket@20
@ st
ub _PfUnBindInterface@4
@ st
dcall _PfUnBindInterface@4(long) PfUnBindInterface
#@ stub register_icmp
#@ stub ResolveIpNetEntry2
#@ stub ResolveNeighbor
...
...
dlls/iphlpapi/iphlpapi_main.c
View file @
8128ddfa
...
...
@@ -2511,6 +2511,15 @@ DWORD WINAPI PfCreateInterface(DWORD dwName, PFFORWARD_ACTION inAction, PFFORWAR
}
/******************************************************************
* PfUnBindInterface (IPHLPAPI.@)
*/
DWORD
WINAPI
PfUnBindInterface
(
INTERFACE_HANDLE
interface
)
{
FIXME
(
"(%p) stub
\n
"
,
interface
);
return
ERROR_CALL_NOT_IMPLEMENTED
;
}
/******************************************************************
* PfDeleteInterface(IPHLPAPI.@)
*/
DWORD
WINAPI
PfDeleteInterface
(
INTERFACE_HANDLE
interface
)
...
...
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