CONFIGMG_Get_Res_Des_Data_Size
CONFIGRET CONFIGMG_Get_Res_Des_Data_Size(PFARULONG pulSize, RES_DES rdResDes, ULONG ulFlags)
 
Retrieves the size of a resource descriptor, not including the resource-descriptor header. 
	- Returns CR_SUCCESS if the function is successful. Otherwise, the return value can be CR_INVALID_FLAG, CR_INVALID_POINTER or CR_INVALID_RES_DES. 
- pulSize 
- Address that receives the size, in bytes, of the resource descriptor's data. 
- rdResDes 
- Handle of the resource descriptor whose size is being queried. 
- ulFlags 
- Must be zero. 
See Also
CONFIGMG_Get_Res_Des_Data