winsta: Add stubs for WinStationQueryInformationA/W.

This commit is contained in:
Alexandre Julliard 2011-05-23 13:38:42 +02:00
parent bc26bdea7c
commit 22f5e1f6d7
2 changed files with 19 additions and 2 deletions

View File

@ -21,6 +21,7 @@
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(winsta);
@ -42,3 +43,19 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
return TRUE;
}
BOOLEAN WINAPI WinStationQueryInformationA( HANDLE server, ULONG logon_id, WINSTATIONINFOCLASS class,
void *info, ULONG len, ULONG *ret_len )
{
FIXME( "%p %u %u %p %u %p\n", server, logon_id, class, info, len, ret_len );
SetLastError( ERROR_CALL_NOT_IMPLEMENTED );
return FALSE;
}
BOOLEAN WINAPI WinStationQueryInformationW( HANDLE server, ULONG logon_id, WINSTATIONINFOCLASS class,
void *info, ULONG len, ULONG *ret_len )
{
FIXME( "%p %u %u %p %u %p\n", server, logon_id, class, info, len, ret_len );
SetLastError( ERROR_CALL_NOT_IMPLEMENTED );
return FALSE;
}

View File

@ -48,8 +48,8 @@
@ stub WinStationNtsdDebug
@ stub WinStationOpenServerA
@ stub WinStationOpenServerW
@ stub WinStationQueryInformationA
@ stub WinStationQueryInformationW
@ stdcall WinStationQueryInformationA(ptr long long ptr long ptr)
@ stdcall WinStationQueryInformationW(ptr long long ptr long ptr)
@ stub WinStationQueryLicense
@ stub WinStationQueryLogonCredentialsW
@ stub WinStationQueryUpdateRequired