Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
1` DF
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SetupDiGetDeviceInterfaceDetail" in [All]

Structures

.

Used with SetupDiEnumDeviceInterfaces and SetupDiGetDeviceInterfaceDetail

.

    int result = SetupDiGetDeviceInterfaceDetail(

setupapi

.

// from SetupDiEnumDeviceInterfaces and SetupDiGetDeviceInterfaceDetail so please see those examples

.

    if (SetupDiGetDeviceInterfaceDetail(h, ref dia, ref didd, nBytes, ref nRequiredSize, ref da))

.

Private Declare Function SetupDiGetDeviceInterfaceDetail _

.

Lib “setupapi.dll” Alias “SetupDiGetDeviceInterfaceDetailA” _

.

Success = SetupDiGetDeviceInterfaceDetail(PnPHandle, _

.

       if (SetupDiGetDeviceInterfaceDetail(h, ref dia, ref didd, nBytes, ref nRequiredSize, ref da))

.

       if (SetupDiGetDeviceInterfaceDetail(h, ref dia, ref didd, nBytes, ref nRequiredSize, ref da))

.

public static extern Boolean SetupDiGetDeviceInterfaceDetail(

.

Public Declare Auto Function SetupDiGetDeviceInterfaceDetail2 Lib "setupapi.dll" Alias "SetupDiGetDeviceInterfaceDetailW" ( _

.

Public Declare Auto Function SetupDiGetDeviceInterfaceDetail Lib "setupapi.dll" ( _

.

       if (SetupDiGetDeviceInterfaceDetail(h, ref dia, ref didd, nBytes, ref nRequiredSize, ref da))

.

        devDetailResult = SetupDiGetDeviceInterfaceDetail(h, dia, didd, 1000, reqedBuffer, da)

.

        devDetailResult = SetupDiGetDeviceInterfaceDetail(h, dia, didd, reqedBuffer, reqedBuffer, da)

.
Documentation
[SetupDiGetDeviceInterfaceDetail] on MSDN
.

       if (SetupDiGetDeviceInterfaceDetail(h, ref dia, ref didd, nBytes, ref nRequiredSize, ref da))


 
Access PInvoke.net directly from VS: