Export
Copies the list of logged events to a structured storage and returns the storage.
HRESULTExport([in] IUnknown *pExport);
Parameters
ppEnum
[in] IUnknown pointer to an IStorage interface that receives the copy of the structured storage that holds the list of logged events in streams.
Return Values
S_OK
Function was successfully called
E_POINTER
pExport was no valid pointer.
Remarks
Since the structured storage is the native database format and the structure design is not documented the export function should not be used by user programs.