The file-based batch processing functions of the directory functions invoke a callback function based on the UpdateProgressTextProc prototype after processing each batch item.
Header file: | DAPI.H |
Library: | DAPI.LIB |
Unicode: |
BOOL (* UpdateProgressTextProc)(
LPVOID lpvAppDefined,
LPTSTR pszText
);
Return FALSE if the user cancels the operation; return TRUE otherwise.
The UpdateProgressTextProc function is similar to UpdateProgressProc, except that the callback function is passed a string describing the object being processed. The string can be used to update the progress display.
For more information on this function, see Using Directory Access Functions.
CALLBACKPROGRESS, EndProgressProc, InitProgressProc, ResetProgressProc, UpdateProgressProc