I had to reverse engineer the API, I got a few good hints from a COM object that didn't have debugging symbols removed. this project is usefull to further investigate how Windows 7 activation works ...
今後はWin64 APIを実装する64ビット版Windowsが普及していくだろうが、Win32 APIとWin64 APIの間には互換性が確保されていることに加えて、64ビット版Windows上でWin32 APIをエミュレーションする「WOW64(Windows on Windows 64)」技術もある。
Each script will not contain it's dependencies, however the dependencies will be listed at the top of the file in comments. I decided to create it this way such that there isn't a single ...
Win32 API は Windows が提供する API のこと。 Win32 API を利用することで、VBA の機能だけでは実現できない、Windows の機能やリソースに直接アクセスするといった処理ができるようになる。 利用方法 VBA から Win32 API を利用するためには、モジュールの宣言 ...
ここではMetaTrader 4で動くエキスパート・アドバイザーやスクリプトを記述するためのプログラミング言語、MQL4からWindowsの機能をWin32 API経由で呼び出す方法を、サンプルを交えながら解説します。 もっと短く言うと、kernel32.dllがエクスポートしている関数を ...