OPMLHeader Event

Fired for each value in the Header section of the current OPML document.

Syntax

ANSI (Cross Platform)
virtual int FireOPMLHeader(RSSOPMLHeaderEventParams *e);
typedef struct {
const char *Field;
const char *Value; int reserved; } RSSOPMLHeaderEventParams; Unicode (Windows) virtual INT FireOPMLHeader(RSSOPMLHeaderEventParams *e);
typedef struct {
LPCWSTR Field;
LPCWSTR Value; INT reserved; } RSSOPMLHeaderEventParams;
- (void)onOPMLHeader:(NSString*)field :(NSString*)value;
#define EID_RSS_OPMLHEADER 8

virtual INT IPWORKS_CALL FireOPMLHeader(LPSTR &lpszField, LPSTR &lpszValue);

Remarks

This event is fired when the class is parsing an OPML document after a call to ReadOPML is made. The class parses each header field and value from the OPML document and fires OPMLHeader once for each header present.

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