<div class="content" name="TS_ALL_PROCESSES_INFO" uuid="8f5564a6-1b5e-4381-afc4-4acf7ad39d6d"><p>The <b>TS_ALL_PROCESSES_INFO</b> structure contains data on
all the processes on the system accessible to the user who issued the call.</p><dl>
<dd>
<div><pre> typedef struct _TS_ALL_PROCESSES_INFO {
   PTS_SYS_PROCESS_INFORMATION pTsProcessInfo;
   DWORD SizeOfSid;
 #ifdef __midl
   [size_is(SizeOfSid)] PBYTE pSid;
 #else
   PBYTE pSid;
 #endif
 } TS_ALL_PROCESSES_INFO,
  *PTS_ALL_PROCESSES_INFO;
</pre></div>
</dd></dl><p><b>pTsProcessInfo:</b>  Pointer to the
process information <span><a href="96702c7d-6f5f-4965-8f29-5fdbea73278e" data-linktype="relative-path">TS_SYS_PROCESS_INFORMATION</a></span>.</p><p><b>SizeOfSid:</b>  Size of <b>pSid</b>, in
bytes.</p><p><b>pSid:</b>  The <span><a href="../ms-dtyp/78eb9013-1c3a-4970-ad1f-2b1dad588a25" data-linktype="relative-path">security
identifier (SID)</a></span>, as specified in <span><a href="../ms-dtyp/cca27429-5689-4a16-b2b4-9325d93e4ba2" data-linktype="relative-path">[MS-DTYP]</a></span>,
of the owner of the process.</p></div>