Desktop Functions: Smart Device Functions:
|
Search Results for "WTS_PROCESS_INFO" in [All]wtsapi32
ref IntPtr ppProcessInfo, // pointer to array of WTS_PROCESS_INFO
public static WTS_PROCESS_INFO[] WTSEnumerateProcesses()
WTS_PROCESS_INFO[] processInfos = new WTS_PROCESS_INFO[processCount];
processInfos[i] = (ProcessInfo)Marshal.PtrToStructure(pProcessInfo, typeof(WTS_PROCESS_INFO));
Dim strucProcessInfo As WTS_PROCESS_INFO |