BFFM_SETSTATUSTEXT wParam = 0; lParam = (LPARAM)szStatusText; ParameterswParam Not used. Set to zero.lParam Pointer to a NULL-terminated string that contains the desired text.Return ValueNone.RemarksYou can send this message from within your implementation of the BrowseCallbackProc function.Require...