Edit

Share via


IDxcLinker structure (dxcapi.h)

The DXC linker interface.

To obtain an instance of this interface, call DxcCreateInstance.

Syntax

struct IDxcLinker : IUnknown {
  HRESULT RegisterLibrary(
    LPCWSTR  pLibName,
    IDxcBlob *pLib
  );
  HRESULT Link(
    LPCWSTR             pEntryName,
    LPCWSTR             pTargetProfile,
    const LPCWSTR       *pLibNames,
    UINT32              libCount,
    const LPCWSTR       *pArguments,
    UINT32              argCount,
    IDxcOperationResult **ppResult
  );
};

Inheritance

The IDxcLinker structure implements IUnknown.

Requirements

Requirement Value
Header dxcapi.h