File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
VBScript/02_Upfront_Encapsulated_Code_With_No_Dependencies Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Function GetBIOSVersionString(ByRef strBIOSVersion)
2222 ' ' stored in strBIOSVersion
2323 ' End If
2424 '
25- ' Version: 1.0.20210707 .0
25+ ' Version: 1.0.20210711 .0
2626 'endregion FunctionMetadata ####################################################
2727
2828 'region License ####################################################
@@ -70,7 +70,8 @@ Function GetBIOSVersionString(ByRef strBIOSVersion)
7070 ' At least one Win32_BIOS instance was retrieved successfully
7171 intFunctionReturn = GetBIOSVersionStringUsingBIOSInstances(strResult, arrBIOSInstances)
7272 If intFunctionReturn >= 0 Then
73- ' The computer serial number was retrieved successfully and is stored in strResult
73+ ' The computer's BIOS version string was retrieved successfully and is stored in
74+ ' strResult
7475 strBIOSVersion = strResult
7576 End If
7677 End If
You can’t perform that action at this time.
0 commit comments