Hi there, I'm trying to get the Monitor Serial Number from my Plug and Play monitor via windows. I can't locate any sample code that does this. Can you help me? regards from Allan Krings. --[ There are 10 kinds of people in the world: those who understand binary and those who dont. ]--
Allan P Krings
Posts
-
Access to DDC/EDID info from Windows -
Direct Access to Physical MemoryHi Mike, Thanx for your answer.:rose: Mike Dimmick wrote: If you really must do this: you have to write a device driver. Regular applications don't have direct access to physical memory. Are you sure there isn't already an API for doing what you need to do? Well, you're right, and now I have (re-)learned that the hard way. I was seeking high and seeking low for the SMBIOS UUID (Universal Unique ID) and first found it after several days. The information is available (if supported by the BIOS) through WMI. Stupidly enough I was searching for it under the key Win32_BIOS or Win32_SMBIOSMemory. Instead I found it as mentioned after several days of R&D under the key Win32_ComputerSystemProduct. :doh: Yes, silly me! :sigh: So I lived happily everafter.... :-D BTW I have an assembly program which goes through the BIOS searching for a key, and it works! So we figure it works because it runs in a commandbox (DOS box), and the OS sort of emulates a DOS environment with some access to (a copy of) the BIOS. Regards Allan Krings --[ There are 10 kinds of people in the world: those who understand binary and those who dont. ]--
-
Direct Access to Physical MemoryHi, I've been trying to access the physical memory (BIOS) from my program under Windows XP, but can't seem to make it work. :confused: Is there anybody who knows how to do it, and could you possibly post some info about this? :rose::rose::rose: Pleezzz help me ! --[ There are 10 kinds of people in the world: those who understand binary and those who dont. ]--
-
absolute memory accessHi, I've been trying to access the physical memory (BIOS) from my program, but can't seem to make it work. :confused: Is there anybody who knows how to do it, and could you possibly post some info about this? :rose: Plezzz help me ! --[ There are 10 kinds of people in the world: those who understand binary and those who dont. ]--