ΒΆint clang_getFileUniqueID(CXFile file,
                          CXFileUniqueID* outID)

Description

Retrieve the unique ID for the given \c file.

Declared at: clang/include/clang-c/Index.h:381

Parameters

CXFile file
the file to get the ID for.
CXFileUniqueID* outID
stores the returned CXFileUniqueID.

Returns

If there was a failure getting the unique ID, returns non-zero, otherwise returns 0.