Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


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

Terms of Use
Privacy Policy

Search Results for "CM_Get_Device_ID_List" in [All]

cfgmgr32

.

static extern int CM_Get_Device_ID_List(string filter, byte[] bffr, uint bffrLen, uint ulFlags);

.

Declare Function CM_Get_Device_ID_List Lib "cfgmgr32.dll" (TODO) As TODO

.

int cmRet = CM_Get_Device_ID_List_Size(ref idListLen, 0, (uint)CM_GETIDLIST_FILTER_PRESENT);

.

    cmRet = CM_Get_Device_ID_List(filter, data, idListLen, (uint)CM_GETIDLIST_FILTER_PRESENT);

.
Documentation
[CM_Get_Device_ID_List] on MSDN
.

static extern int CM_Get_Device_ID_List_Size(ref uint idListlen, int dnDevInst, uint ulFlags);

.

Declare Function CM_Get_Device_ID_List_Size Lib "cfgmgr32.dll" (TODO) As TODO

.

int cmRet = CM_Get_Device_ID_List_Size(ref idListLen, 0, (uint)CM_GETIDLIST_FILTER_PRESENT);

.

    cmRet = CM_Get_Device_ID_List(filter, data, idListLen, (uint)CM_GETIDLIST_FILTER_PRESENT);

.
Documentation
[CM_Get_Device_ID_List_Size] on MSDN

setupapi

.

static extern int CM_Get_Device_ID_List_Size(ref uint idListlen, int dnDevInst, uint ulFlags);

.

Declare Function CM_Get_Device_ID_List_Size Lib "setupapi.dll" (TODO) As TODO

.

int cmRet = CM_Get_Device_ID_List_Size(ref idListLen, 0, (uint)CM_GETIDLIST_FILTER_PRESENT);

.

    cmRet = CM_Get_Device_ID_List(filter, data, idListLen, (uint)CM_GETIDLIST_FILTER_PRESENT);

.
Documentation
[CM_Get_Device_ID_List_Size] on MSDN

 
Access PInvoke.net directly from VS: