VS2005(MFC)で画像ポインタを使って画像(bmp)を描画したいです。
しかし、 を使用して画像を描画する方法がわかりませんimage pointer。
以下は私のコードです:
PVOID m_pBuffer;
m_pBuffer = lBuffer->GetDataPointer(); //lBuffer is offered parameter by Camera Company.
//and GetDataPointer() funcion is 'A pointer to the memory pointer'
を使用して画像を描画するにはどうすればよいimage pointerですか? (例: GDI、GDI+、CImage.. を使用)