Thread: Question about EnumDisplayDevices

  1. #1
    Unregistered
    Guest

    Post Question about EnumDisplayDevices

    I get the following ruturned from the above function ...
    \\.\DISPLAY1 - NVIDIA GeForce DDR - 134217733
    \\.\DISPLAY3 - NetMeeting driver - 8

    Can anyone shed any light onto this?

    I should eleborate - the fields are:

    DeviceName - DeviceString - StateFlags)

    Cheers!

  2. #2
    Sayeh
    Guest
    What's to understand? The function *enumerated* through your list of attached display adapters and is giving you information about each.

    Device Name
    Device String
    State Flags

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  2. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  3. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  4. Question about linked lists.
    By cheeisme123 in forum C++ Programming
    Replies: 6
    Last Post: 02-25-2003, 01:36 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM