Re: FOF_NO_UI Constant




"GeoffG" <geoffcg@xxxxxxxxxxxx> wrote in message
news:%23nTdGrKhIHA.1184@xxxxxxxxxxxxxxxxxxxxxxx
Karl:
Very many thanks.
The prospect of downloading up to 1000+ Mb on a flakey broadband
connection didn't fill me with joy, especially as I'm really only wanting
an updated version of the WIN32API.TXT file. So, I'm grateful to you.

Does the following line:

#define FOF_NO_UI (FOF_SILENT | FOF_NOCONFIRMATION |
FOF_NOERRORUI | FOF_NOCONFIRMMKDIR) // don't display any UI at all

mean that the value of FOF_NO_UI is 0x0614? That is, the sum of:

FOF_SILENT (0x0004) + FOF_NOCONFIRMATION (0x0010) + FOF_NOERRORUI (0x0400)
+ FOF_NOCONFIRMMKDIR (0x0200)


Not exactly. Those are bitmasks, so you OR them rather than ADD them.

--
Mike
Microsoft MVP Visual Basic


.



Relevant Pages

  • Re: FOF_NO_UI Constant
    ... The prospect of downloading up to 1000+ Mb on a flakey broadband ... connection didn't fill me with joy, ...
    (microsoft.public.vb.winapi)
  • Re: FOF_NO_UI Constant
    ... The prospect of downloading up to 1000+ Mb on a flakey broadband ... connection didn't fill me with joy, especially as I'm really only wanting ...
    (microsoft.public.vb.winapi)
  • Re: Remote Connectivity Problems
    ... but still no joy and it can't be logged onto ... > Management console) as well as the Remote Web Workplace. ... > This seemingly works on most client PCs when they are switched on. ... > Connection Wizard to allow such connections to the server. ...
    (microsoft.public.windows.server.sbs)
  • Re: Odetta has gone
    ... without saying that Bob Dylan would not have been Bob Dylan without the ... connection, it does not strategize but it yearns and joys the ... Hope and Joy are winning numbers in the great game of life ... is the link to the One of Prayers and Blessings, ...
    (rec.music.dylan)
  • Re: 2004 Online Spotlight
    ... Still, no joy. ... internet functions work well with the DSL, ... > Make sure that in Internet Explorer's Connection tab that you have it set ... > Andy Vanosdale ...
    (microsoft.public.windows.mediacenter)

Loading