GetLastEditionContainerUsed
GetLastEditionContainerUsed Get default edition to display
#include <Editions.h> Edition Manager
EditionContainerSpec *container ; volume reference number, directory ID,
filename, and part.
returns Error Code; 0=no error
Use the GetLastEditionContainerUsed function to get the default edition to
display. This function allows a user to easily subscribe to the data recently
published.
container If the GetLastEditionContainer function locates the last edition
for which a section was created, the container parameter contains its
volume reference number, directory ID, filename, and part, and
returns a noErr result code. (The last edition created is associated
with the last time that your application or another application located
on the same machine used the NewSection function.) If the last
edition used is missing, the GetLastEditionContainerUsed
function returns an fnfErr result code, but still returns the correct
volume reference number and directory ID that you should use for the
Returns: an operating system Error Code.
noErr (0) No error
fnfErr (-43) Edition container not found
editionMgrInitErr (-450) Manager not initialized

Notes: Pass the information from the GetLastEditionContainerUsed function
to the NewSubscriberDialog function.