Thumbnail of post image 031

システム開発

SSLは「セキュア・ソケット・レイヤー」の略称です。 ソケットレベルでの暗号化を行う仕組み ...

Thumbnail of post image 113

Windows API

そんな需要がどこにあるのかわかりませんが、大文字小文字にそろえる機能がAPIにあります。C ...

Thumbnail of post image 062

Windows API

Windows 10が全盛の時代にBeep音を聞くこともあまりありません。ここでのBeep ...

Thumbnail of post image 039

Windows API

特定のプログラムを実行し、そのプロセスが終了するまで待機します プログラムを順次起動してい ...

Thumbnail of post image 015

Windows API

Windowsにおいてはマルチユーザに対応しているのでログインユーザ毎に 設定を保存するの ...

Thumbnail of post image 020

2019年9月12日Windows API

CreateDirectory関数では一回の呼び出しで1つのフォルダを作成することしかでき ...

Thumbnail of post image 166

Windows API

ファイルの時刻を設定することができるAPIも存在します。SetFileTime関数を使用す ...

Thumbnail of post image 004

Windows API

GetFileTime関数を使用するとファイル作成日時を簡単に取得することができます。ここ ...

Thumbnail of post image 015

Windows API

スパースファイルを作成する例です。 巨大なファイルサイズのファイルを作成してもディスクの消 ...

Thumbnail of post image 183

Windows API

MoveFile関数を使用するとファイルの移動処理が行えます。この関数は便利ですが 致命的 ...