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
bd4af765
Commit
bd4af765
authored
Apr 19, 2005
by
Huw Davies
Committed by
Alexandre Julliard
Apr 19, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WTSFreeMemory stub.
parent
8516d196
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
wtsapi32.c
dlls/wtsapi32/wtsapi32.c
+9
-0
wtsapi32.spec
dlls/wtsapi32/wtsapi32.spec
+1
-1
wtsapi32.h
include/wtsapi32.h
+1
-0
No files found.
dlls/wtsapi32/wtsapi32.c
View file @
bd4af765
...
...
@@ -133,6 +133,15 @@ BOOL WINAPI WTSEnumerateSessionsW(HANDLE hServer, DWORD Reserved, DWORD Version,
}
/************************************************************
* WTSFreeMemory (WTSAPI32.@)
*/
void
WINAPI
WTSFreeMemory
(
PVOID
pMemory
)
{
FIXME
(
"Stub %p
\n
"
,
pMemory
);
return
;
}
/************************************************************
* WTSQuerySessionInformationA (WTSAPI32.@)
*/
BOOL
WINAPI
WTSQuerySessionInformationA
(
...
...
dlls/wtsapi32/wtsapi32.spec
View file @
bd4af765
...
...
@@ -6,7 +6,7 @@
@ stub WTSEnumerateServersW
@ stdcall WTSEnumerateSessionsA(long long long ptr ptr)
@ stdcall WTSEnumerateSessionsW(long long long ptr ptr)
@ st
ub WTSFreeMemory
@ st
dcall WTSFreeMemory(ptr)
@ stub WTSLogoffSession
@ stub WTSOpenServerA
@ stub WTSOpenServerW
...
...
include/wtsapi32.h
View file @
bd4af765
...
...
@@ -140,6 +140,7 @@ BOOL WINAPI WTSEnumerateServersW( LPWSTR, DWORD, DWORD, PWTS_SERVER_INFOW*, DWOR
BOOL
WINAPI
WTSEnumerateSessionsA
(
HANDLE
,
DWORD
,
DWORD
,
PWTS_SESSION_INFOA
*
,
DWORD
*
);
BOOL
WINAPI
WTSEnumerateSessionsW
(
HANDLE
,
DWORD
,
DWORD
,
PWTS_SESSION_INFOW
*
,
DWORD
*
);
#define WTSEnumerateSessions WINELIB_NAME_AW(WTSEnumerateSessions)
void
WINAPI
WTSFreeMemory
(
PVOID
);
HANDLE
WINAPI
WTSOpenServerA
(
LPSTR
);
HANDLE
WINAPI
WTSOpenServerW
(
LPWSTR
);
#define WTSOpenServer WINELIB_NAME_AW(WTSOpenServer)
...
...
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