Beispiel #1
0
 public int GetData([NativeTypeName("ID3D11Asynchronous *")] ID3D11Asynchronous *pAsync, [NativeTypeName("void *")] void *pData, [NativeTypeName("UINT")] uint DataSize, [NativeTypeName("UINT")] uint GetDataFlags)
 {
     return(((delegate * stdcall <ID3D11DeviceContext *, ID3D11Asynchronous *, void *, uint, uint, int>)(lpVtbl[29]))((ID3D11DeviceContext *)Unsafe.AsPointer(ref this), pAsync, pData, DataSize, GetDataFlags));
 }
Beispiel #2
0
 public void End([NativeTypeName("ID3D11Asynchronous *")] ID3D11Asynchronous *pAsync)
 {
     ((delegate * stdcall <ID3D11DeviceContext *, ID3D11Asynchronous *, void>)(lpVtbl[28]))((ID3D11DeviceContext *)Unsafe.AsPointer(ref this), pAsync);
 }