The Win32 Code Example Index 1
Volume, Disk, Directory & File
=======================
Session 1: Windows Volumes
Obtaining File System Recognition Information Example
Enumerating Volume GUID Paths Example
Obtaining Volume Information Program Example
Getting the System Information Program Example
Another Basic Windows System Information Program Example
Getting Logical Drive Program Example
Getting the Logical Drive String Program Example
Getting Drive Type Program Example
Walking a Buffer of Change Journal Records Program Example
Creating Mounted Folders Programmatically
Mounted Folder Program Examples
Displaying Volume Paths Program Example
Editing Drive Letter Assignments Program Example
Creating a Mounted Folder Program Example
Deleting a Mounted Folder Program Example
Master File Table Program Example 1
Master File Table Program Example 2: Reading and Dumping the Deleted Files
Master File Table Program Example 3: Using Non-Windows Types
Another Day, Another MFT Program Example: List, Recover and Delete the Deleted Files from Master File Table
...Continue: Adding the ntfs.h header file to the project
...Continue: Deleting permanently the deleted file & Windows Master Boot Record (MBR)
Session 2: Windows Disk
Opening a File for Reading or Writing
Example: Open a File for Reading
Calling DeviceIoControl() Program Example
Deleting a File Program Example
Another Deleting File Program Example
GetDiskFreeSpaceEx() Function Example
Session 3: Windows Directory
Changing the Current Directory Program Example
Listing the Files in a Directory Program Example
Moving Directories Program Example
Obtaining Directory Change Notifications Program Example
Retrieving and Changing File Attributes Program Example
Session 4: Windows Files
File Type, Size and Timestamp Program Example
Determining the Current Character Set Code Page
Compressed File (Attributes) Program Example
Using Windows Compressed Functions Program Example
Adding Users to an Encrypted File Program Example
Appending One File to Another File Program Example
Creating and Using a Temporary File Program Example
Locking and Unlocking Byte Ranges in Files Program Example
Opening a File for Reading or Writing
Open a File for Writing Program Example
Open a File for Reading Program Example
Retrieving and Changing File Attributes
Testing for the End of a File (EOF)
Using Streams Program Example
Win32 Programming
|
Win32 Code Samples Index Page