I'm writing a port monitor, and want to display some UI to the end user.

This port monitor must run under Terminal Services.

I can get the username of the logged on user from the JOB_INFO_1 structure, but not the AD domain name nor the session ID.

I understand that a print job can be submitted remotely (eg. from a network printer) and thus the session ID may not be passed, but SplPromptUIInUsersSession seems to indicate the the spooler knows what session the original job came from.

Currently, I am disallowing network printing and using WTSEnumerateSessions function with WTSQuerySessionInformation to match against the username and WTSActive session status. This works, but can cause the incorrect session to be returned if the end user has two active TS sessions.

Any ideas?

link|improve this question

80% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.