Missing SHFILEOPSTRUCT constant

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Missing SHFILEOPSTRUCT constant

Post by PB »

#FOF_NOERRORUI=$400

Probably missing other #FOF_* too, but I didn't bother checking as I can't
do anything with them. ;)
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Should this be under bugs?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Missing SHFILEOPSTRUCT constant

Post by PB »

Not necessarily. There's lot of constants not yet in PureBasic because the
API commands that they belong to are not yet supported. So it's more of
a wish to have it added. In other words, not supporting it yet isn't really
a bug because it doesn't cause a crash or problem or anything.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Missing SHFILEOPSTRUCT constant

Post by PB »

Also missing: #INTERNET_FLAG_RELOAD=$80000000
Post Reply