You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VBScript/02_Upfront_Encapsulated_Code_With_No_Dependencies/TestComputerIsVirtualMachineUsingComputerSystemInstances.vbs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ Function TestComputerIsVirtualMachineUsingComputerSystemInstances(ByRef boolIsVM
8
8
' - The first argument (boolIsVM) is populated upon success with a boolean value: True
9
9
' when the computer was determined to be a virtual machine, False when the computer was
10
10
' determined to not be a virtual machine
11
-
' - The second argument (arrComputerSystemInstances) is an array/collection of objects of class
12
-
' Win32_ComputerSystem
11
+
' - The second argument (arrComputerSystemInstances) is an array/collection of objects of
12
+
' class Win32_ComputerSystem
13
13
'
14
14
' The function returns a 0 when the function successfully evaluated whether the computer is
15
15
' a virtual machine. The function returns a negative integer if an error occurred.
@@ -29,7 +29,7 @@ Function TestComputerIsVirtualMachineUsingComputerSystemInstances(ByRef boolIsVM
0 commit comments