IDiaSession::getExports

Retrieves an enumerator for all exported symbols, symbols with SymTagExport, from a .dll.

Syntax

HRESULT getExports ( 
   IDiaEnumSymbols** ppResult
);

Parameters

ppResult

[out] Returns an IDiaEnumSymbols object that contains the list of symbols retrieved.

Return Value

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

See also