IDiaSession::getHeapAllocationSites

Retrieves an enumerator for all SymTagHeapAllocationSite symbols.

Syntax

HRESULT getHeapAllocationSites ( 
   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