ASPEN_GET_STORY_INFO_OUTPUT

 

Related Items

 

 

Purpose

Indicate headline information for a news story.

 

 

Structure

typedef struct

{

   long   story_number;

   long   story_time;

   short  story_size;

   USHORT character_set;

   char   title[ASPEN_MAX_NEWSTITLE_LENGTH];

}ASPEN_GET_STORY_INFO_OUTPUT;

 

 

Fields

story_number

story_number is the number of the news story in the Aspen Server news database.

 

story_time

story_time is the intra-day time at which the Aspen Server received the story from the data feed.

 

story_size

story_size is the size of the story in ~.

 

character_set

character_set indicates the alphabet in which the headline is written. English is the default setting for all supported data feeds.

 

title[]

title[] identifies the story's title.

 

 

See Also

ASPEN_GetStoryInfo

ASPEN_MAX_NEWSTITLE_LENGTH

 

©2006 Aspen Research Group, Ltd. All rights reserved. Terms of Use.