CONFIGMG_Get_Alloc_Log_Conf

CONFIGRET CONFIGMG_Get_Alloc_Log_Conf(PCMCONFIG pccBuffer, DEVNODE dnDevNode, ULONG ulFlags)
 

Get the allocated (or boot) resources in a nice table format.

pccBuffer
is a pointer to a CMCONFIG struct (which can be on the stack) to be filled by this function with the currently allocated config.
dnDevNode
Device node that a device driver wants to know what are the allocated (or boot) resources.
ulFlags
must be one of CM_GET_ALLOC_CONFIG_ALLOC or CM_GET_ALLOC_CONFIG_BOOT_ALLOC.

This call is done when a device driver wants to easily know what its configuration is.

This function is synchronous and must not be called from within an interrupt handler.