回答編集履歴
1
修正
answer
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
[SHSTOCKICONID ](https://learn.microsoft.com/ja-jp/windows/win32/api/shellapi/ne-shellapi-shstockiconid) に定義されているアイコンであれば、SHGetStockIconInfo
|
1
|
+
[SHSTOCKICONID ](https://learn.microsoft.com/ja-jp/windows/win32/api/shellapi/ne-shellapi-shstockiconid) に定義されているアイコンであれば、WinAPIの [SHGetStockIconInfo](https://learn.microsoft.com/ja-jp/windows/win32/api/shellapi/nf-shellapi-shgetstockiconinfo) を使用して取得できます。
|
2
2
|
|
3
3
|
[.NET TIPS UACの盾アイコンを取得するには?[C#、VB]](https://atmarkit.itmedia.co.jp/fdotnet/dotnettips/998uacshieldicon/uacshieldicon.html)
|