Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の関数での DWORD_PTR の使用は何ですか
/*static*/ int FRCPACKAGE::ByHash(FRCPACKAGE* frcpackage1, FRCPACKAGE* frcpackage2, DWORD_PTR) {return _tcsicmp(frcpackage2->Hash(), frcpackage1->Hash());}
これは型の追加のパラメーターDWORD_PTR(おそらく an または類似のものの typedef unsigned long *) ですが、関数では使用されないため、名前は付けられていません。そうすれば、ほとんどのコンパイラは「未使用のパラメーター」警告を発行しません。
DWORD_PTR
unsigned long *