IFeedEnclosure::Length Property

Retrieves the length value from the enclosure.

Syntax

HRESULT IFeedEnclosure::get_Length(LONG *length);

Parameters

  • length
    Pointer to a variable of type LONG 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.