2016-06-01から1ヶ月間の記事一覧
C++でATLを使用してShellインスタンスのIShellDisp2::GetSystemInformationメソッドを操作するサンプルコードです。エラー処理などは簡略化しています。 // IShellDisp2::GetSystemInformationのATLサンプルコード #define STRICT #include <Windows.h> #include <TChar.h> #incl</tchar.h></windows.h>…
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Win32; namespace ConsoleApplication1 { class Program { static void Main() { var javaInstallInfo = new JavaInstallationInfo(); Console.WriteLine("JDK Current…