Skip to content

Commit

Permalink
Merge pull request #19 from Oleg-Chashko/patch-2
Browse files Browse the repository at this point in the history
Update GetDiskInfoFromWmi.au3
  • Loading branch information
htcfreek committed Jul 4, 2021
2 parents 88c4e8b + 80f5cb4 commit ea6094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GetDiskInfoFromWmi/GetDiskInfoFromWmi.au3
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Func _GetDiskInfoFromWmi(ByRef $aDiskList, ByRef $aPartitionList, $bAddTableHead
; Name ...............: _GetDiskInfoFromWmi
; Author .............: htcfreek (Heiko) - https://github.com/htcfreek
; Input parameter ....: ByRef $aDiskList = Array var for list of disks.
; ByRef $aPrtitionList = Array var for list of partitions.
; ByRef $aPartitionList = Array var for list of partitions.
; [$bAddTableHeader = $DiskInfoWmi_TableHeader_Yes] = Should array tables have a header row. (Values: 0|1 or $DiskInfoWmi_TableHeader_Yes|$DiskInfoWmi_TableHeader_No)
; [$sFilterDiskType = $DiskInfoWmi_DiskType_All] = Which type of disk should be included in result. (Values: $DiskInfoWmi_DiskType_All|$DiskInfoWmi_DiskType_External|$DiskInfoWmi_DiskType_Removable|$DiskInfoWmi_DiskType_Fixed|$DiskInfoWmi_DiskType_Unknown)
; Output parameter ...: none
Expand Down

0 comments on commit ea6094c

Please sign in to comment.