File Operation Progress Sink
Demonstrates how to use the IFileOperationProgressSink interface methods for monitoring the details of IFileOperation interface actions.
This topic contains the following sections.
Requirements
Product | Minimum Product Version |
---|---|
Windows | Windows Vista |
Windows Software Development Kit (SDK) | 6.1 |
Downloading the Sample
Location | Path URL |
---|---|
GitHub | FileOperationProgressSink sample |
Building the Sample
To build the sample from the command prompt window:
- Open the command prompt window and navigate to the FileOperationProgressSink project directory.
- Enter
msbuild FileOperationProgressSinkSample.sln
.
To build the sample using Microsoft Visual Studio (preferred):
Open Windows Explorer and navigate to the FilesInUse project directory. For example, the full default installation path is
C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\WinUI\Shell\AppPlatform\FileOperationProgressSinkSample
.Double-click the icon for the FileOperationProgressSinkSample.sln file to open the project in Visual Studio.
Note
The .sln file name extension is not shown under default folder settings. In that situation, it can be identified by its unique icon or by its type description, "Microsoft Visual Studio Solution".
From the Build menu, select Build Solution.
Running the Sample
- Navigate to the directory that contains the new executable, using the command prompt window or Windows Explorer.
- At the command prompt, enter
FileOperationProgressSinkSample.exe
, or from Windows Explorer, double-click the icon for FileOperationProgressSinkSample.exe.