[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]
Retrieves a source file by source file identifier.
HRESULT findFileById (
DWORD uniqueId,
IDiaSourceFile** ppResult
);
Parameters
uniqueId
[in] Specifies the source file identifier.ppResult
[out] Returns an IDiaSourceFile object that represents the source file retrieved.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The source file identifier is a unique value used internally to the DIA SDK to make all source files unique. This method is typically used internally to the DIA SDK.