Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |