We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16a70f commit 628a00eCopy full SHA for 628a00e
stubs/D3DShot/d3dshot/dll/dxgi.pyi
@@ -7,7 +7,6 @@ from typing_extensions import TypeAlias, TypedDict
7
from d3dshot.dll import _ProcessFunc, _ProcessFuncRegionArg, _ProcessFuncReturn
8
from d3dshot.dll.d3d import ID3D11Device
9
10
-
11
class _IUnknown(_CData): # From comtypes.IUnknown
12
def QueryInterface(self, interface: type, iid: _CData | None = ...) -> _HRESULT: ...
13
def AddRef(self) -> c_ulong: ...
0 commit comments