COleDocument::GetStartPosition

virtual POSITION GetStartPosition( ) const;

Return Value

A POSITION value that can be used to begin iterating through the document’s items; NULL if the document has no items.

Remarks

Call this function to get the position of the first item in the document. Pass the value returned to GetNextItem, GetNextClientItem, or GetNextServerItem.

COleDocument OverviewClass MembersHierarchy Chart

See Also   COleDocument::GetNextItem, COleDocument::GetNextClientItem, COleDocument::GetNextServerItem