CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2004
    Posts
    204

    Audio Endpoint Device Removal Detection

    Does anyone have a working example of this http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx

    I've tried the code posted here
    http://social.msdn.microsoft.com/For...7-01f0de038b07
    but it does not work for me

  2. #2
    Join Date
    Apr 2004
    Posts
    204

    Re: Audio Endpoint Device Removal Detection

    Could someone explain in pseudo code what this line is doing?

    hr = pEnumerator->RegisterEndpointNotificationCallback((IMMNotificationClient*)&pNotify1);

    Specifically this part:
    (IMMNotificationClient*)&pNotify1)

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