#pragma once#include<D3D11.h>structDxData{HRESULTCreateSwapChainReturn;/* ALL Offsets are relative to the base address of d3d11.dll */UINT64DeviceVTableOffset;UINT64DeviceContextVTableOffset;UINT64SwapChainVTableOffset;BYTEbuf[64];};boolWINAPIGetDirectxData(structDxData*constdata);