The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CM_Enable_DevNode function
The CM_Enable_DevNode function enables a device.
Syntax
CMAPI CONFIGRET WINAPI CM_Enable_DevNode( _In_ DEVINST dnDevInst, _In_ ULONG ulFlags );
Parameters
- dnDevInst [in]
-
Device instance handle that is bound to the local machine.
- ulFlags [in]
-
Reserved. Must be set to zero.
Return value
If the operation succeeds, the function returns CR_SUCCESS. Otherwise, it returns one of the CR_-prefixed error codes defined in Cfgmgr32.h.
Requirements
|
Target platform | |
|---|---|
|
Version |
Available in Microsoft Windows 2000 and later versions of Windows. |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: