Thread: PnP event handling

  1. #1
    Registered User
    Join Date
    Jun 2011
    Posts
    5

    PnP event handling

    What is PnP event handling for USB?How to implement in C ?Can you suggest me some good resources to study them?

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Plug aNd Play is a highly complex kernel level function that detects new hardware and passes an ID string to a function that either loads or installs the appropriate drivers. This is not "programming for lightweights"... it's kernel code and is not easily written.

    For resources there are lots... Google is your friend.

    Google

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. event handling is serialized in MS Visual Studio C++ 2005 ??
    By mynickmynick in forum Windows Programming
    Replies: 3
    Last Post: 08-07-2008, 04:47 AM
  2. Event handling between forms
    By ejohns85 in forum C# Programming
    Replies: 1
    Last Post: 12-11-2006, 08:14 PM
  3. Standard Win Forms Event Handling? (& #develop)
    By Zeusbwr in forum C# Programming
    Replies: 1
    Last Post: 04-22-2005, 02:59 PM
  4. Event handling
    By gvector1 in forum C# Programming
    Replies: 4
    Last Post: 07-09-2003, 03:32 AM
  5. Event Handling
    By jaypro78 in forum C++ Programming
    Replies: 1
    Last Post: 12-15-2001, 09:55 AM

Tags for this Thread