|
| 1 | +//IUnknown |
| 2 | + |
| 3 | +#define WRAP_METH_NAME QueryInterface |
| 4 | +WRAPPED_METH_DECL(WRAP_METH_NAME)(WRAPPED_THIS_ REFIID v1, void** v2) WRAP_CALLTHRU_V2 CUSTOM_ENDLINE_DEF |
| 5 | +#undef WRAP_METH_NAME |
| 6 | + |
| 7 | +#define WRAP_METH_NAME AddRef |
| 8 | +WRAPPED_METH_DECL_(ULONG, WRAP_METH_NAME)(WRAPPED_THIS) WRAP_CALLTHRU_V0 CUSTOM_ENDLINE_DEF |
| 9 | +#undef WRAP_METH_NAME |
| 10 | + |
| 11 | +#define WRAP_METH_NAME Release |
| 12 | +WRAPPED_METH_DECL_(ULONG, WRAP_METH_NAME)(WRAPPED_THIS) WRAP_CALLTHRU_V0 CUSTOM_ENDLINE_DEF |
| 13 | +#undef WRAP_METH_NAME |
| 14 | + |
| 15 | +// obj |
| 16 | +#define WRAP_METH_NAME SetPrivateData |
| 17 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 18 | + /* [annotation][in] */ |
| 19 | + _In_ REFGUID v1, |
| 20 | + /* [in] */ UINT v2, |
| 21 | + /* [annotation][in] */ |
| 22 | + _In_reads_bytes_(DataSize) const void *v3) WRAP_CALLTHRU_V3 CUSTOM_ENDLINE_DEF |
| 23 | +#undef WRAP_METH_NAME |
| 24 | + |
| 25 | +#define WRAP_METH_NAME SetPrivateDataInterface |
| 26 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 27 | + /* [annotation][in] */ |
| 28 | + _In_ REFGUID v1, |
| 29 | + /* [annotation][in] */ |
| 30 | + _In_opt_ const IUnknown *v2) WRAP_CALLTHRU_V2 CUSTOM_ENDLINE_DEF |
| 31 | +#undef WRAP_METH_NAME |
| 32 | + |
| 33 | +#define WRAP_METH_NAME GetPrivateData |
| 34 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 35 | + /* [annotation][in] */ |
| 36 | + _In_ REFGUID v1, |
| 37 | + /* [annotation][out][in] */ |
| 38 | + _Inout_ UINT *v2, |
| 39 | + /* [annotation][out] */ |
| 40 | + _Out_writes_bytes_(*pDataSize) void *v3) WRAP_CALLTHRU_V3 CUSTOM_ENDLINE_DEF |
| 41 | +#undef WRAP_METH_NAME |
| 42 | + |
| 43 | +#define WRAP_METH_NAME GetParent |
| 44 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 45 | + /* [annotation][in] */ |
| 46 | + _In_ REFIID v1, |
| 47 | + /* [annotation][retval][out] */ |
| 48 | + _COM_Outptr_ void **v2) WRAP_CALLTHRU_V2 CUSTOM_ENDLINE_DEF |
| 49 | +#undef WRAP_METH_NAME |
| 50 | + |
| 51 | +// dxgi |
| 52 | + |
| 53 | +#define WRAP_METH_NAME EnumAdapters |
| 54 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 55 | + /* [in] */ UINT v1, |
| 56 | + /* [annotation][out] */ |
| 57 | + _COM_Outptr_ IDXGIAdapter **v2) WRAP_CALLTHRU_V2 CUSTOM_ENDLINE_DEF |
| 58 | +#undef WRAP_METH_NAME |
| 59 | + |
| 60 | +#define WRAP_METH_NAME MakeWindowAssociation |
| 61 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 62 | + HWND v1, |
| 63 | + UINT v2) WRAP_CALLTHRU_V2 CUSTOM_ENDLINE_DEF |
| 64 | +#undef WRAP_METH_NAME |
| 65 | + |
| 66 | +#define WRAP_METH_NAME GetWindowAssociation |
| 67 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 68 | + /* [annotation][out] */ |
| 69 | + _Out_ HWND *v1) WRAP_CALLTHRU_V1 CUSTOM_ENDLINE_DEF |
| 70 | +#undef WRAP_METH_NAME |
| 71 | + |
| 72 | +#define WRAP_METH_NAME CreateSwapChain |
| 73 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 74 | + /* [annotation][in] */ |
| 75 | + _In_ IUnknown *v1, |
| 76 | + /* [annotation][in] */ |
| 77 | + _In_ DXGI_SWAP_CHAIN_DESC *v2, |
| 78 | + /* [annotation][out] */ |
| 79 | + _COM_Outptr_ IDXGISwapChain **v3) WRAP_CALLTHRU_V3 CUSTOM_ENDLINE_DEF |
| 80 | +#undef WRAP_METH_NAME |
| 81 | + |
| 82 | +#define WRAP_METH_NAME CreateSoftwareAdapter |
| 83 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 84 | + /* [in] */ HMODULE v1, |
| 85 | + /* [annotation][out] */ |
| 86 | + _COM_Outptr_ IDXGIAdapter **v2) WRAP_CALLTHRU_V2 CUSTOM_ENDLINE_DEF |
| 87 | +#undef WRAP_METH_NAME |
| 88 | + |
| 89 | +// dxgi1 |
| 90 | + |
| 91 | +#define WRAP_METH_NAME EnumAdapters1 |
| 92 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 93 | + /* [in] */ UINT v1, |
| 94 | + /* [annotation][out] */ |
| 95 | + _COM_Outptr_ IDXGIAdapter1 **v2) WRAP_CALLTHRU_V2 CUSTOM_ENDLINE_DEF |
| 96 | +#undef WRAP_METH_NAME |
| 97 | + |
| 98 | +#define WRAP_METH_NAME IsCurrent |
| 99 | + WRAPPED_METH_DECL_(BOOL, WRAP_METH_NAME)(WRAPPED_THIS) WRAP_CALLTHRU_V0 CUSTOM_ENDLINE_DEF |
| 100 | +#undef WRAP_METH_NAME |
| 101 | + |
| 102 | +// dxgi2 |
| 103 | + |
| 104 | +#define WRAP_METH_NAME IsWindowedStereoEnabled |
| 105 | + WRAPPED_METH_DECL_(BOOL, WRAP_METH_NAME)(WRAPPED_THIS) WRAP_CALLTHRU_V0 CUSTOM_ENDLINE_DEF |
| 106 | +#undef WRAP_METH_NAME |
| 107 | + |
| 108 | +#define WRAP_METH_NAME CreateSwapChainForHwnd |
| 109 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 110 | + /* [annotation][in] */ |
| 111 | + _In_ IUnknown *v1, |
| 112 | + /* [annotation][in] */ |
| 113 | + _In_ HWND v2, |
| 114 | + /* [annotation][in] */ |
| 115 | + _In_ const DXGI_SWAP_CHAIN_DESC1 *v3, |
| 116 | + /* [annotation][in] */ |
| 117 | + _In_opt_ const DXGI_SWAP_CHAIN_FULLSCREEN_DESC *v4, |
| 118 | + /* [annotation][in] */ |
| 119 | + _In_opt_ IDXGIOutput *v5, |
| 120 | + /* [annotation][out] */ |
| 121 | + _COM_Outptr_ IDXGISwapChain1 **v6) WRAP_CALLTHRU_V6 CUSTOM_ENDLINE_DEF |
| 122 | +#undef WRAP_METH_NAME |
| 123 | + |
| 124 | +#define WRAP_METH_NAME CreateSwapChainForCoreWindow |
| 125 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 126 | + /* [annotation][in] */ |
| 127 | + _In_ IUnknown *v1, |
| 128 | + /* [annotation][in] */ |
| 129 | + _In_ IUnknown *v2, |
| 130 | + /* [annotation][in] */ |
| 131 | + _In_ const DXGI_SWAP_CHAIN_DESC1 *v3, |
| 132 | + /* [annotation][in] */ |
| 133 | + _In_opt_ IDXGIOutput *v4, |
| 134 | + /* [annotation][out] */ |
| 135 | + _COM_Outptr_ IDXGISwapChain1 **v5) WRAP_CALLTHRU_V5 CUSTOM_ENDLINE_DEF |
| 136 | +#undef WRAP_METH_NAME |
| 137 | + |
| 138 | +#define WRAP_METH_NAME GetSharedResourceAdapterLuid |
| 139 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 140 | + /* [annotation] */ |
| 141 | + _In_ HANDLE v1, |
| 142 | + /* [annotation] */ |
| 143 | + _Out_ LUID *v2) WRAP_CALLTHRU_V2 CUSTOM_ENDLINE_DEF |
| 144 | +#undef WRAP_METH_NAME |
| 145 | + |
| 146 | +#define WRAP_METH_NAME RegisterStereoStatusWindow |
| 147 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 148 | + /* [annotation][in] */ |
| 149 | + _In_ HWND v1, |
| 150 | + /* [annotation][in] */ |
| 151 | + _In_ UINT v2, |
| 152 | + /* [annotation][out] */ |
| 153 | + _Out_ DWORD *v3) WRAP_CALLTHRU_V3 CUSTOM_ENDLINE_DEF |
| 154 | +#undef WRAP_METH_NAME |
| 155 | + |
| 156 | +#define WRAP_METH_NAME RegisterStereoStatusEvent |
| 157 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 158 | + /* [annotation][in] */ |
| 159 | + _In_ HANDLE v1, |
| 160 | + /* [annotation][out] */ |
| 161 | + _Out_ DWORD *v2) WRAP_CALLTHRU_V2 CUSTOM_ENDLINE_DEF |
| 162 | +#undef WRAP_METH_NAME |
| 163 | + |
| 164 | +#define WRAP_METH_NAME UnregisterStereoStatus |
| 165 | + WRAPPED_METH_DECL_(void, WRAP_METH_NAME)( WRAPPED_THIS_ |
| 166 | + /* [annotation][in] */ |
| 167 | + _In_ DWORD v1) WRAP_CALLTHRU_V1_ CUSTOM_ENDLINE_DEF |
| 168 | +#undef WRAP_METH_NAME |
| 169 | + |
| 170 | +#define WRAP_METH_NAME RegisterOcclusionStatusWindow |
| 171 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 172 | + /* [annotation][in] */ |
| 173 | + _In_ HWND v1, |
| 174 | + /* [annotation][in] */ |
| 175 | + _In_ UINT v2, |
| 176 | + /* [annotation][out] */ |
| 177 | + _Out_ DWORD *v3) WRAP_CALLTHRU_V3 CUSTOM_ENDLINE_DEF |
| 178 | +#undef WRAP_METH_NAME |
| 179 | + |
| 180 | +#define WRAP_METH_NAME RegisterOcclusionStatusEvent |
| 181 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 182 | + /* [annotation][in] */ |
| 183 | + _In_ HANDLE v1, |
| 184 | + /* [annotation][out] */ |
| 185 | + _Out_ DWORD *v2) WRAP_CALLTHRU_V2 CUSTOM_ENDLINE_DEF |
| 186 | +#undef WRAP_METH_NAME |
| 187 | + |
| 188 | +#define WRAP_METH_NAME UnregisterOcclusionStatus |
| 189 | + WRAPPED_METH_DECL_(void, WRAP_METH_NAME)( WRAPPED_THIS_ |
| 190 | + /* [annotation][in] */ |
| 191 | + _In_ DWORD v1) WRAP_CALLTHRU_V1_ CUSTOM_ENDLINE_DEF |
| 192 | +#undef WRAP_METH_NAME |
| 193 | + |
| 194 | +#define WRAP_METH_NAME CreateSwapChainForComposition |
| 195 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 196 | + /* [annotation][in] */ |
| 197 | + _In_ IUnknown *v1, |
| 198 | + /* [annotation][in] */ |
| 199 | + _In_ const DXGI_SWAP_CHAIN_DESC1 *v2, |
| 200 | + /* [annotation][in] */ |
| 201 | + _In_opt_ IDXGIOutput *v3, |
| 202 | + /* [annotation][out] */ |
| 203 | + _COM_Outptr_ IDXGISwapChain1 **v4) WRAP_CALLTHRU_V4 CUSTOM_ENDLINE_DEF |
| 204 | +#undef WRAP_METH_NAME |
| 205 | + |
| 206 | +// dxgi3 |
| 207 | + |
| 208 | +#define WRAP_METH_NAME GetCreationFlags |
| 209 | + WRAPPED_METH_DECL_(UINT, WRAP_METH_NAME)(WRAPPED_THIS) WRAP_CALLTHRU_V0 CUSTOM_ENDLINE_DEF |
| 210 | +#undef WRAP_METH_NAME |
| 211 | + |
| 212 | +// dxgi4 |
| 213 | + |
| 214 | +#define WRAP_METH_NAME EnumAdapterByLuid |
| 215 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 216 | + /* [annotation] */ |
| 217 | + _In_ LUID v1, |
| 218 | + /* [annotation] */ |
| 219 | + _In_ REFIID v2, |
| 220 | + /* [annotation] */ |
| 221 | + _COM_Outptr_ void **v3) WRAP_CALLTHRU_V3 CUSTOM_ENDLINE_DEF |
| 222 | +#undef WRAP_METH_NAME |
| 223 | + |
| 224 | +#define WRAP_METH_NAME EnumWarpAdapter |
| 225 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 226 | + /* [annotation] */ |
| 227 | + _In_ REFIID v1, |
| 228 | + /* [annotation] */ |
| 229 | + _COM_Outptr_ void **v2) WRAP_CALLTHRU_V2 CUSTOM_ENDLINE_DEF |
| 230 | +#undef WRAP_METH_NAME |
| 231 | + |
| 232 | +// dxgi5 |
| 233 | + |
| 234 | +#define WRAP_METH_NAME CheckFeatureSupport |
| 235 | + WRAPPED_METH_DECL(WRAP_METH_NAME)( WRAPPED_THIS_ |
| 236 | + DXGI_FEATURE v1, |
| 237 | + /* [annotation] */ |
| 238 | + _Inout_updates_bytes_(FeatureSupportDataSize) void *v2, |
| 239 | + UINT v3) WRAP_CALLTHRU_V3 CUSTOM_ENDLINE_DEF |
| 240 | +#undef WRAP_METH_NAME |
0 commit comments