Embedded Intel® Core™ Processors
Communicate Intel® Core™ Hardware, Software, Firmware, Graphics Concerns
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Using IoGetDeviceInterfaces

DVasc
Beginner
2,085 Views

Im using GetDeviceInterfaces to get information from the device, but is giving error as (identifier not found in IoGetDeviceInterfaces and STATUS_SICCESS as undeclared identifier).

PWSTR symbolicLinkList=NULL; NTSTATUS status = IoGetDeviceInterfaces ((LPGUID)&GUID_DEVINTERFACE_IOHGPIO,NULL,0,&symbolicLinkList); if(status!=STATUS_SUCCESS){ }

I've used the includes that are available, but they are not found

Wdm.h (include Wdm.h, Ntddk.h, or Ntifs.h)

Thank you.

0 Kudos
1 Reply
FMcNu1
Valued Contributor I
1,091 Views

Hello and weclome to the Intel® Embedded Community.

Have you tried Microsoft support for this issue?

Perhaps this could be a starting point: http://msdn.microsoft.com/en-us/library/windows/hardware/ff549186%28v=vs.85%29.aspx http://msdn.microsoft.com/en-us/library/windows/hardware/ff549186%28v=vs.85%29.aspx

Felix

J. Felix McNulty

Community Moderator (Intel contractor)

0 Kudos
Reply