WinStationOpenServerW - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _WINSTA_H

// rev
NTSYSAPI
HANDLE
NTAPI
WinStationOpenServerW(
    _In_opt_ PWSTR ServerName
    );

#endif

View code on GitHub

This function is a wrapper over an RPC method documented in the [MS-TSTS] specification.