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
b3123fac
Commit
b3123fac
authored
Dec 13, 2002
by
Chris Morgan
Committed by
Alexandre Julliard
Dec 13, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub NetGetDCName(). Add in the rest of the NERR_* defines.
parent
a542770c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletion
+16
-1
access.c
dlls/netapi32/access.c
+15
-0
netapi32.spec
dlls/netapi32/netapi32.spec
+1
-1
lmerr.h
include/lmerr.h
+0
-0
No files found.
dlls/netapi32/access.c
View file @
b3123fac
...
...
@@ -426,3 +426,18 @@ NetQueryDisplayInformation(
}
return
NERR_Success
;
}
/************************************************************
* NetGetDCName (NETAPI32.@)
*
* Return the name of the primary domain controller (PDC)
*/
NET_API_STATUS
WINAPI
NetGetDCName
(
LPWSTR
servername
,
LPWSTR
domainname
,
LPBYTE
bufptr
)
{
FIXME
(
"stub!
\n
"
);
return
NERR_DCNotFound
;
/* say we can't find a domain controller */
}
dlls/netapi32/netapi32.spec
View file @
b3123fac
...
...
@@ -74,7 +74,7 @@
@ stub NetFileEnum
@ stub NetFileGetInfo
@ stub NetGetAnyDCName
@ st
ub
NetGetDCName
@ st
dcall NetGetDCName(wstr wstr ptr)
NetGetDCName
@ stub NetGetDisplayInformationIndex
@ stub NetGroupAdd
@ stub NetGroupAddUser
...
...
include/lmerr.h
View file @
b3123fac
This diff is collapsed.
Click to expand it.
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