GetProcessWindowStation function user32

int GetProcessWindowStation()

Retrieves a handle to the current window station for the calling process.

HWINSTA GetProcessWindowStation();

Implementation

int GetProcessWindowStation() => _GetProcessWindowStation();