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
Download Visual Studio Add-In

Search Results for "SetupDiOpenDevRegKey" in [All]

setupapi

.
Summary
The SetupDiOpenDevRegKey function opens a registry storage key for device-specific configuration information and returns a handle to the key.
.

public static extern IntPtr SetupDiOpenDevRegKey(

.

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

.
Documentation
SetupDiOpenDevRegKey @msdn on MSDN
.

static extern TODO SetupDiOpenDevRegKey(TODO);

.

Private Function SetupDiOpenDevRegKey(DeviceInfoSet As IntPtr, ByRef DeviceInfoData As SP_DEVINFO_DATA, Scope As UInteger, HwProfile As UInteger, KeyType As UInteger, samDesired As UInteger) As IntPtr

.
Documentation
[SetupDiOpenDevRegKey] on MSDN

Enums

.
Summary
.

/// KeyType values for SetupDiCreateDevRegKey, SetupDiOpenDevRegKey, and SetupDiDeleteDevRegKey.


 
Access PInvoke.net directly from VS: