次の方法で共有


IDiaEnumSourceFiles::Next

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]

Retrieves a specified number of source files in the enumeration sequence.

HRESULT Next ( 
   ULONG            celt,
   IDiaSourceFile** rgelt,
   ULONG*           pceltFetched
);

Parameters

  • celt
    [in] The number of source files in the enumerator to be retrieved.

  • rgelt
    [out]An array that is to be filled in with the IDiaSourceFile objects that represent the desired source files.

  • pceltFetched
    [out] Returns the number of source files in the fetched enumerator.

Return Value

If successful, returns S_OK. Returns S_FALSE if there are no more source files. Otherwise, returns an error code.

See Also

IDiaEnumSourceFiles
IDiaSession::findLinesByLinenum
IDiaSourceFile