Re: Calling SystemParametersInfo



Hi Arun,

"Arun Biyani" <embedded@xxxxxxxxxx> wrote in message
news:498352BB.4070709@xxxxxxxxxxxxx
I read MSDN description of SystemParametersInfo. I don't think it even
mentions which dll or whether its available on WinCE. I think I saw
Windows Server 2000. I got my code from the net.

You need to be careful which version of the documentation you are looking at
when using MSDN. MSDN has numerious sets of documentation for the various
platforms Microsoft supports and although there is a certain level of API
compatability each platform presents its unique extensions and/or
limitations.

For example you can find the documentation for the SystemParametersInfo API
in at least the following two places:

Desktop specific documentation -
http://msdn.microsoft.com/en-us/library/ms724947.aspx

Windows CE / Windows Mobile specific documentation -
http://msdn.microsoft.com/en-us/library/aa932539.aspx

Sometimes the differences between the different versions is rather minor but
in other cases the documentation and API capabilities are substantially
different.

In this case you will notice the requirements section at the bottom of each
page lists user32.dll and coredll.dll respectivly as the location of this
API.

Hope this helps,
Christopher Fairbairn


.



Relevant Pages

  • Re: Executable enty points incorrectly documented
    ... I was speaking about Windows SDK not MSDN Library entirely, but even if Windows SDK conatins C/C++ documentation I believe that main/WinMain belong to C/C++ documentation rather than Windows API documentation. ... It's correct about the default entry point names used by the linker and also correct about what those entry points call and because this is the ...
    (microsoft.public.win32.programmer.kernel)
  • Re: What are the Missing Parts in the CVF Windows API?
    ... Both the documentation and third-party books say that **almost** ... | all of the full functionality of the Windows API, ...
    (comp.lang.fortran)
  • Re: ping Purl Gurl? Beginner Level Perl
    ... This is a good short one page article on perl core buffering, ... a lot of documentation amounted to nothing ... more than tirades about how bad Windows is as an operating system. ...
    (alt.usage.english)
  • Re: installing freebsd on windows
    ... windows vista runs well too on overmuscled hardware. ... Why do I have to Google the info? ... So you're trying to say that all local documentation is useless ... recommending that I do business with them again? ...
    (freebsd-questions)
  • Re: Getting/Setting States of VB-Shelled Application Windows
    ... Windows when the window is created and which identifies the window) of ... VB's Shell function does not return an hWnd. ... You'll have to use the API to get that. ... any example code included in the documentation is going to be C/C++. ...
    (microsoft.public.vb.controls)

Loading