Re: VIDEO_MEMORY_INFORMATION

From: Min Wang (minwang_2003_at_hotmail.com)
Date: 09/22/04


Date: Wed, 22 Sep 2004 17:48:51 GMT

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



Relevant Pages

  • Re: A virtual floppy problem
    ... I will search around the Microsoft.com website today and hopefully get ... >> I am also interested in writing a virtual floppy drive device driver. ... > You probably can just start with the sample ramdisk driver, ... > DDK, you should have all the info you need. ...
    (microsoft.public.development.device.drivers)
  • Re: Are some DDK Header files allowed to be distributed?
    ... Thanks, Bill. ... I see mention of the DDK for $30 but whenever I search the MS website, ... > The license agreement for the DDK ships with the DDK. ...
    (microsoft.public.development.device.drivers)
  • Re: Can I get Win2003 Server "bulkusb" DDK sample code?
    ... I am urgent to review the code. ... do you remember that it was possible to download DDK in MS website ...
    (microsoft.public.development.device.drivers)
  • Re: Re: NTFS write support
    ... : Sergey Babkin wrote: ... for NTFS, either from their website or from one of their DDKs. ... I guess you need IFS Kit (which is a superset of DDK). ...
    (freebsd-arch)