DirCopy 
    flag parameter has constants even though it's boolean
    
    minor typos -- fixed

DirGetSize
   strangely worded sentence, "Returns >= 0 the sizes".  I guess it should be, "Returns the sizes that are greater than or equal to zero"?


DirMove
    flag parameter has constants even though it's boolean

PixelSearch
    I've noticed that PIxelCheckSum has a note that it is significantly faster than before.  Is this true also of this function?

GUICtrlCreateGraphic
    minor typo  -- Fixed.
    
    This sentence seems oddly worded: "This control cannot be resized due to fixed graphic relative addressing creation but can be docked with <a href="GUICtrlSetResizing.htm">GUICtrlSetResizing()</a>."

I've seen this sentence dispersed throughout the GUICtrlCreate... functions, "Default resizing is $GUI_DOCKAUTO size and position will occur.
"  It doesn't make much sense to me.  It seems like two sentences in one.  I'm not sure though.