StoryResult Event (Publisher Control)
Windows Visual C++
Description
This event is fired after a story
has been sent to the NewsEdge server for publishing.
Syntax
void StoryResult(short feedID, short status)
The StoryResult event syntax has these parts:
Part |
Description |
|
status |
An integer indicating the success of the SendStory request. Status will return Zero for a successful operation and an error code for an unsuccessful operation. |
|
FeedID |
The ID of the feed that the story was sent to. |
Remarks
This event is fired after a
successful call to SendStory or after the OK button is pressed on the
Publisher dialog. If SendStory returns an error code, this Event will
not be fired.
See also: SendStory ShowPublisher
Back to: Publisher Events