[wdmaudiodev] KsCreatePin can be called from Kernel Mode?

  • From: Antonio GÃmez Muriana <senco@xxxxxxxxxxxxxx>
  • To: Lista WDM Audo Dev <wdmaudiodev@xxxxxxxxxxxxx>
  • Date: Thu, 17 Nov 2005 18:29:37 +0100

I'm trying to use KsCreatePin in a Kernel Mode driver, but the DDK compiler show the following error:

error LNK2019: unresolved external symbol __imp__KsCreatePin@16 referenced in 
function...

What am i doing bad?

Also the documentation says that the handler it returns has to be closed with 
CloseHandle.
I believe that it's not true and the right function is ZwClose, isn't it?

Best regards,

--
Antonio GÃmez Muriana
IRC Crawler Developer
senco@xxxxxxxxxxxxxx



******************

WDMAUDIODEV addresses:
Post message: mailto:wdmaudiodev@xxxxxxxxxxxxx
Subscribe:    mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=subscribe
Unsubscribe:  mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=unsubscribe
Moderator:    mailto:wdmaudiodev-moderators@xxxxxxxxxxxxx

URL to WDMAUDIODEV page:
http://www.wdmaudiodev.com/

Other related posts:

  • » [wdmaudiodev] KsCreatePin can be called from Kernel Mode?