Commit 7c215d5a authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

winsta: Stub WinStationRegisterConsoleNotification.

parent 5aa1f6b7
......@@ -60,6 +60,13 @@ BOOLEAN WINAPI WinStationQueryInformationW( HANDLE server, ULONG logon_id, WINST
return FALSE;
}
BOOLEAN WINAPI WinStationRegisterConsoleNotification( HANDLE server, HWND hwnd, ULONG flags )
{
FIXME( "%p %p 0x%x\n", server, hwnd, flags );
SetLastError( ERROR_CALL_NOT_IMPLEMENTED );
return FALSE;
}
BOOL WINAPI WinStationGetProcessSid( PVOID a, HANDLE server, DWORD process_id, PFILETIME process_start_time,
PBYTE process_user_sid, PDWORD sid_size)
{
......
......@@ -53,7 +53,7 @@
@ stub WinStationQueryLicense
@ stub WinStationQueryLogonCredentialsW
@ stub WinStationQueryUpdateRequired
@ stub WinStationRegisterConsoleNotification
@ stdcall WinStationRegisterConsoleNotification(ptr ptr long)
@ stub WinStationRemoveLicense
@ stub WinStationRenameA
@ stub WinStationRenameW
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment