なぜMSDNを調べないか。 >OleInitialize calls CoInitializeEx internally to initialize the >COM library on the current apartment. >Because OLE operations are not thread-safe, > OleInitialize specifies the concurrency model as >single-thread apartment. と明記されているではないか。
Windows xp では、netstat に -o オプションが追加になりプロセスIDも見れる ようになりましたが、これと同じことを Windows 2000 でもやりたいのですが、 プロトコル(TCP/UDP)とポート番号の組み合わせからプロセスIDを取得する方法 ってわかりますでしょうか? パーソナルファイアーウォールなどでは、取得できているようなのですが。 お願いします。
ハハーン。 In WM_SYSCOMMAND messages, the four low-order bits of the wParam parameter are used internally by the system. To obtain the correct result when testing the value of wParam, an application must combine the value 0xFFF0 with the wParam value by using the bitwise AND operator.