<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kagasu</author_name>
  <author_url>https://blog.hatena.ne.jp/kagasu/</author_url>
  <blog_title>備忘録</blog_title>
  <blog_url>https://kagasu.hatenablog.com/</blog_url>
  <categories>
    <anon>Windows</anon>
    <anon>C/C++</anon>
  </categories>
  <description>Ⅰ. はじめに タイトルの通り「C++でWindows上の特定プロセスの全スレッドIDを取得する方法」です。 Ⅱ. サンプルプログラム #include &lt;Windows.h&gt; #include &lt;tlhelp32.h&gt; #include &lt;iostream&gt; #include &lt;vector&gt; #include &lt;algorithm&gt; std::vector&lt;uint32_t&gt; GetAllThreadIds(uint32_t processId) { std::vector&lt;uint32_t&gt; threadIds; THREADENTRY32 threadEntry32 = { 0 }; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkagasu.hatenablog.com%2Fentry%2F2021%2F03%2F05%2F114757&quot; title=&quot;C++でWindows上の特定プロセスの全スレッドIDを取得する方法 - 備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/k/kagasu/20210305/20210305114445.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-03-05 11:47:57</published>
  <title>C++でWindows上の特定プロセスの全スレッドIDを取得する方法</title>
  <type>rich</type>
  <url>https://kagasu.hatenablog.com/entry/2021/03/05/114757</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
