GetFileDef Method

Retrieves the actual FileDef token used in metadata (as opposed to the token assigned by ALink).

HRESULT GetFileDef(
    mdAssembly AssemblyID,
    mdFile TargetFile,
    mdFile* pScope
) PURE;

Parameters

  • AssemblyID
    ID of the assembly.
  • pScope
    Receives the FileDef token.

Return Value

Returns S_OK if the method succeeds.

Requirements

Requires alink.h

See Also

Concepts

ALink API (Unmanaged API Reference)

Other Resources

IALink2 Interface
IALink Interface