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.
Disassemble a program.
Syntax
HRESULT Disassemble(
const DxcBuffer *pObject,
REFIID riid,
LPVOID *ppResult
);
Parameters
pObject
The program to disassemble: dxil container or bitcode.
riid
The interface ID for the result.
ppResult
An IDxcResult representing the compiler output status, buffer, and errors.
Requirements
Requirement | Value |
---|---|
Header | dxcapi.h |