"P/Invoke Export Macro In Use"

EXPORT INTEROP_BOOL RenderPassManager_ExecuteCommandList(ID3D11DeviceContext* immedContextPtr, ID3D11CommandList* commandListPtr) {
    RenderPassManager::ExecuteCommandList(immedContextPtr, commandListPtr);
}


Code snippet taken from "P/Invoke Tips".