CONFIGMG_Query_Arbitrator_Free_Size


CONFIGRET CONFIGMG_Query_Arbitrator_Free_Size(PFARULONG pulSize, DEVNODE dnDevNode, RESOURCEID ResourceID, ULONG ulFlags)

Retrieves the size of the free information the arbitrator would return in a call to the CONFIGMG_Query_Arbitrator_Free_Data function.

pulSize

Address that receives the size information.

dnDevNode

Device node associated with the arbitrator. This is most meaningful for local arbitrators. (Although any device node can be used for global arbitrators, this parameter should specify the root or NULL in that case.)

ResourceID

One of the resource identifiers listed in the ResourceId parameter of the CONFIGMG_Add_Res_Des function. This function returns CR_INVALID_RESOURCEID if this value is ResType_All or ResType_None.

ulFlags

Must be zero.

See also CONFIGMG_Add_Res_Des, CONFIGMG_Query_Arbitrator_Free_Data