I found the following definition in DDK:

VideoRamLength = VideoMemoryBitmapHeight * ScreenStride
FrameBufferLength = VisScreenWidth * ScreenStride

I think the document for FrameBufferLength is not correct. It should be:
FrameBufferLength = VisScreenHeight * ScreenStride

Correct me if I'm wrong.

Regards,
Min

Re: VIDEO_MEMORY_INFORMATION by Tim

Tim
Wed Sep 22 01:06:15 CDT 2004

"Min Wang" <minwang_2003@hotmail.com> wrote:
>
>I found the following definition in DDK:
>
>VideoRamLength = VideoMemoryBitmapHeight * ScreenStride
>FrameBufferLength = VisScreenWidth * ScreenStride
>
>I think the document for FrameBufferLength is not correct. It should be:
>FrameBufferLength = VisScreenHeight * ScreenStride
>
>Correct me if I'm wrong.

You are correct. Where did you find this?
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc

Re: VIDEO_MEMORY_INFORMATION by Min

Min
Wed Sep 22 12:48:51 CDT 2004

It's in DDK definition for VIDEO_MEMORY_INFORMATION. It's in 2000 DDK, XP
DDK, 2003 DDK, and DDK documents from MS website.

"Tim Roberts" <timr@probo.com> ????
news:8i52l0dosp1ql1kuvs1ihel4a400n103mc@4ax.com...
> "Min Wang" <minwang_2003@hotmail.com> wrote:
> >
> >I found the following definition in DDK:
> >
> >VideoRamLength = VideoMemoryBitmapHeight * ScreenStride
> >FrameBufferLength = VisScreenWidth * ScreenStride
> >
> >I think the document for FrameBufferLength is not correct. It should be:
> >FrameBufferLength = VisScreenHeight * ScreenStride
> >
> >Correct me if I'm wrong.
>
> You are correct. Where did you find this?
> --
> - Tim Roberts, timr@probo.com
> Providenza & Boekelheide, Inc