IDiaSession::getEnumDebugStreams

Retrieves an enumerated sequence of debug data streams.

Syntax

HRESULT getEnumDebugStreams ( 
   IDiaEnumDebugStreams** ppEnumDebugStreams
)

Parameters

ppEnumDebugStreams

[out] Returns an IDiaEnumDebugStreams object that contains a list of debug streams.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See also