CONFIGMG_Get_Res_Des_Data


CONFIGRET CONFIGMG_Get_Res_Des_Data(RES_DES rdResDes, PFARVOID Buffer, ULONG BufferLen, ULONG ulFlags)

Copies the data from a specified resource descriptor into a buffer.

rdResDes

Resource descriptor from which data is copied.

Buffer

Address of buffer that receives the data.

BufferLen

Size of Buffer, in bytes.

ulFlags

Must be zero.

Typically the size of the buffer is determined by a previous call to CONFIGMG_Get_Res_Des_Data_Size. If the value given in the BufferLen parameter is too small, the data is truncated, and the function returns CR_BUFFER_SMALL.

See also CONFIGMG_Get_Res_Des_Data_Size