IXFeedEnclosure::Length Method

Returns the length value from the enclosure.

Syntax

HRESULT Length(
    UINT *puiLength
);

Parameters

  • puiLength
    [out] Pointer to an unsigned integer variable that receives the size of the enclosure, in bytes.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

Length is a required enclosure attribute.