winsta: Stub WinStationVirtualOpen.
This commit is contained in:
parent
bdadd760a3
commit
1be9e3fe10
|
@ -83,3 +83,10 @@ BOOL WINAPI WinStationGetProcessSid( PVOID a, HANDLE server, DWORD process_id, P
|
|||
SetLastError( ERROR_CALL_NOT_IMPLEMENTED );
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
BOOL WINAPI WinStationVirtualOpen( PVOID a, PVOID b, PVOID c )
|
||||
{
|
||||
FIXME( "%p %p %p\n", a, b, c );
|
||||
SetLastError( ERROR_CALL_NOT_IMPLEMENTED );
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
@ stub WinStationShutdownSystem
|
||||
@ stub WinStationTerminateProcess
|
||||
@ stub WinStationUnRegisterConsoleNotification
|
||||
@ stub WinStationVirtualOpen
|
||||
@ stdcall WinStationVirtualOpen(ptr ptr ptr)
|
||||
@ stub WinStationWaitSystemEvent
|
||||
@ stub _NWLogonQueryAdmin
|
||||
@ stub _NWLogonSetAdmin
|
||||
|
|
Loading…
Reference in New Issue