質問するログイン新規登録

回答編集履歴

1

修正

2024/02/07 07:24

投稿

nururi
nururi

スコア169

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)