ChannelSubtitle Property

This contains a short description of the Atom Feed.

Syntax

ANSI (Cross Platform)
char* GetChannelSubtitle();
int SetChannelSubtitle(const char* lpszChannelSubtitle); Unicode (Windows) LPWSTR GetChannelSubtitle();
INT SetChannelSubtitle(LPCWSTR lpszChannelSubtitle);
@property (nonatomic,readwrite,assign,getter=channelSubtitle,setter=setChannelSubtitle:) NSString* channelSubtitle;
- (NSString*)channelSubtitle;
- (void)setChannelSubtitle:(NSString*)newChannelSubtitle;
#define PID_ODATA_CHANNELSUBTITLE 24

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_OData_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_OData_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This contains a short description of the Atom Feed.

Data Type

String

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