Home
last modified time | relevance | path

Searched refs:statusFolder (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/cabinet/
H A Dfci.c517 if (status_callback( statusFolder, fci->statusFolderCopied, in copy_data_blocks()
587 if (status_callback( statusFolder, fci->statusFolderCopied, in write_files()
638 …if (status_callback( statusFolder, fci->statusFolderCopied, fci->statusFolderTotal, fci->pv) == -1) in write_data_blocks()
823 if (status_callback( statusFolder, fci->statusFolderCopied, in add_data_to_folder()
1127 if( (*pfnfcis)(statusFolder, p_fci_internal->statusFolderCopied, in fci_flush_folder()
/reactos/sdk/include/psdk/
H A Dfci.h220 #define statusFolder 1 /* Add Folder to Cabinet callback */ macro