Run Method (Story Control)
   Windows - Visual C++
   Description
   The Run method initiates the 
   retrieval of a story.
   Syntax
   long result = Run(BOOL bStart);
The Run syntax has these parts:
| Part | Description | |
| bStart | A boolean indicating whether to retrieve the story. If TRUE, the story will be retrieved. Specifying FALSE currently has no effect. | |
| result | A long integer with the value 0 if the call completed successfully or an error code if the call failed. | 
 | 
   Remarks
   The story to be retrieved is 
   specified by the StoryID 
   property. The StoryRetrieved 
   event is fired when the retrieval is complete.
See Also: Running
Back to: Story Methods