IDiaEnumSourceLink::SizeOfNext

Retrieves the size of the next source link blob, without advancing the enumeration.

Syntax

HRESULT SizeOfNext(
   DWORD* pRetVal
);

Parameters

pRetVal

[out] Returns the size of the next source link blob.

Return Value

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

See also