Skip to content

Commit

Permalink
Mirror - Change MirrorDokanGetDiskFreeSpace comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Aug 27, 2018
1 parent d24abed commit e225aa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/dokan_mirror/mirror.c
Expand Up @@ -1364,8 +1364,9 @@ static NTSTATUS DOKAN_CALLBACK MirrorGetVolumeInformation(
return STATUS_SUCCESS;
}


// Uncomment the function and set dokanOperations->GetDiskFreeSpace to personalize disk space
/*
//Uncomment for personalize disk space
static NTSTATUS DOKAN_CALLBACK MirrorDokanGetDiskFreeSpace(
PULONGLONG FreeBytesAvailable, PULONGLONG TotalNumberOfBytes,
PULONGLONG TotalNumberOfFreeBytes, PDOKAN_FILE_INFO DokanFileInfo) {
Expand Down

0 comments on commit e225aa8

Please sign in to comment.