Skip to content

Commit 9a33f54

Browse files
committed
Determined meaning of the "installed" byte; probably will change it to an enum later.
1 parent 5f4226e commit 9a33f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DellSmmIoLib/DellSmi/PasswordProperties.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public struct PasswordProperties
77
{
88
/// <summary>
9-
/// Unknown meaning.
9+
/// 0 = password is set; 1 = password is not set.
1010
/// </summary>
1111
public byte Installed;
1212

0 commit comments

Comments
 (0)