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.
私は HBITMAP hBitmap を持っています。GetBitmapBits(hbitmap, width * height, buffer); を使用します。
バッファに書き込まれるピクセル形式は何ですか?
ありがとう。
代わりに GetDIBits を使用します。
MSDN がそれについて述べていることを確認してください: GetDIBits
常に MSDN に問い合わせる (Visual Studio を使用している場合)