CONFIGRET CONFIGMG_Get_Private_DWord(PFARULONG pulPrivate, DEVNODE dnInDevNode, DEVNODE dnForDevNode, ULONG ulFlags)
Retrieves the private value a device node has in another device node.
Neither dnInDevNode nor dnForDevNode may specify the root of the hardware tree.
This function is typically used by an enumerator to retrieve information that was cached in a one of their children's device nodes using the CONFIGMG_Set_Private_DWord function. The private double-word value is typically a pointer to a structure.
Note The device node specified by the dnForDevNode parameter is responsible for cleaning up when the device node is removed.
CONFIGMG_Set_Private_DWord