what are the devises will be listed
Posted
by barbgal
on Stack Overflow
See other posts from Stack Overflow
or by barbgal
Published on 2010-06-17T09:21:39Z
Indexed on
2010/06/17
10:43 UTC
Read the original article
Hit count: 206
Hi..
please let me know what are the devices wil be listed using the below code
guid = GUID_DEVINTERFACE_VOLUME;
// Get device Information handle for Volume interface
hDevInfo = SetupDiGetClassDevs( &guid, NULL, NULL,
DIGCF_DEVICEINTERFACE | DIGCF_PRESENT );
Thank you
© Stack Overflow or respective owner