<div class="content" name="TS_ALL_PROCESSES_INFO_NT6" uuid="d60fc588-2cc7-4464-9c53-879142f5a58d"><p>The <b>TS_ALL_PROCESSES_INFO_NT6</b> structure contains data
on all the processes on the system that are accessible using the user&#39;s
credentials.</p><dl>
<dd>
<div><pre> typedef struct _TS_ALL_PROCESSES_INFO_NT6 {
     PTS_SYS_PROCESS_INFORMATION_NT6 pTsProcessInfo;
     DWORD   SizeOfSid;
 #ifdef __midl
     [size_is(SizeOfSid)] PBYTE  pSid;
 #else
     PBYTE   pSid;
 #endif
 } TS_ALL_PROCESSES_INFO_NT6, *PTS_ALL_PROCESSES_INFO_NT6;
  
</pre></div>
</dd></dl><p><b>pTsProcessInfo:</b>  Pointer to the
process information.</p><p><b>SizeOfSid:</b>  Size, in bytes, of the
security identifier (SID) structure pointed to by <b>pSid</b>.</p><p><b>pSid:</b>  Security identifier (SID), as
specified in <span><a href="../ms-dtyp/cca27429-5689-4a16-b2b4-9325d93e4ba2" data-linktype="relative-path">[MS-DTYP]</a></span>
section <span><a href="../ms-dtyp/78eb9013-1c3a-4970-ad1f-2b1dad588a25" data-linktype="relative-path">2.4.2</a></span>,
of the process.</p></div>