Thumbnail of post image 184

Windows API

隠しファイルや読み取り専用ファイルなどの特殊ファイルというものがあります。これらのファイル ...

Thumbnail of post image 037

Windows API

ログファイルなどプログラムの実行中に他のプロセスから変更されると都合の悪いファイルがありま ...

Thumbnail of post image 146

Windows API

フォルダの作成と削除についての基本的な方法について習得します。 権限関係の細かい部分につい ...

Thumbnail of post image 183

Windows API

ウィルス対策ソフトくらいしか使い道が無い気がしますが、与えたファイルが実行ファイルか通常の ...

Thumbnail of post image 106

Windows API

ファイル名からファイルサイズを取得したい場合に使用します。残念ながら「GetFileSiz ...

Thumbnail of post image 190

Windows API

あるフォルダが存在するか?ファイルが実際の存在するのかを判定する必要があるときは、とても多 ...

Thumbnail of post image 145

Windows API

ログの出力時など、日時の情報を文字列で欲しい場合に便利に使える関数です。時刻を取得するAP ...

Thumbnail of post image 198

Windows API

CPUの機能を取得するときに使う関数がIsProcessorFeaturePresentで ...

Thumbnail of post image 017

Windows API

クリップボードはWindowsの主要な機能の1つです。文字列や画像、オリジナル形式のデータ ...

Thumbnail of post image 147

Windows API

INIファイルは設定を記録するためのテキストファイルを指します。一般的に拡張子は「.INI ...