D2D1_MAPPED_RECT

<summary> Describes mapped memory from the ID2D1Bitmap1::Map API. </summary>

struct D2D1_MAPPED_RECT {
UINT32 pitch;
BYTE* bits;
}

Meta