ItemEnclosureLength Property

This property indicates how large the enclosure is in bytes.

Syntax

ANSI (Cross Platform)
char* GetItemEnclosureLength(int iItemIndex);
int SetItemEnclosureLength(int iItemIndex, const char* lpszItemEnclosureLength); Unicode (Windows) LPWSTR GetItemEnclosureLength(INT iItemIndex);
INT SetItemEnclosureLength(INT iItemIndex, LPCWSTR lpszItemEnclosureLength);
- (NSString*)itemEnclosureLength:(int)itemIndex;
- (void)setItemEnclosureLength:(int)itemIndex:(NSString*)newItemEnclosureLength;
#define PID_RSS_ITEMENCLOSURELENGTH 49

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_RSS_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_RSS_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_RSS_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

This property indicates how large the enclosure is in bytes.

An enclosure specifies a media object which is attached to the item. The fields ItemEnclosureLength, ItemEnclosureType, and ItemEnclosureUrl all are required when specifying an enclosure.

The ItemIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ItemCount property.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]