Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.