CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #2
    Join Date
    Nov 2003
    Posts
    1,902

    Re: Hardware Binding

    Information on how to read SMBIOS data - http://www.codeguru.com/forum/showthread.php?t=459146

    If you're on Vista or higher, you'll have to use GetSystemFirmwareTable() instead of accessing \Device\PhysicalMemory.

    SMBIOS info: http://www.dmtf.org/standards/smbios/

    gg
    Last edited by Codeplug; October 22nd, 2009 at 09:59 AM. Reason: more info added

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured