Applies to: desktop apps only
Retrieves the Remote Desktop Services session associated with a specified process.
Syntax
BOOL ProcessIdToSessionId( __in DWORD dwProcessId, __out DWORD *pSessionId );
Parameters
- dwProcessId [in]
-
Specifies a process identifier. Use the GetCurrentProcessId function to retrieve the process identifier for the current process.
- pSessionId [out]
-
Pointer to a variable that receives the identifier of the Remote Desktop Services session under which the specified process is running. To retrieve the identifier of the session currently attached to the console, use the WTSGetActiveConsoleSessionId function.
Return value
If the function succeeds, the return value is a nonzero value.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Remarks
Callers must hold the PROCESS_QUERY_INFORMATION access right for the specified process. For more information, see Process Security and Access Rights.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 5/5/2012
