tsmbios icon indicating copy to clipboard operation
tsmbios copied to clipboard

Sample source code incorrect property reference (MemoryDeviceInformation) in line 22

Open RayBernard opened this issue 7 years ago • 0 comments

Sample source code has an incorrect property reference in line 22, and would not compile

Existing code: for LMemoryDevice in SMBios.MemoryDeviceInformation do

should be: for LMemoryDevice in SMBios.MemoryDeviceInfo do

The sample code compiles and runs just fine with that change.

RayBernard avatar Dec 29 '17 05:12 RayBernard