mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-10 15:23:33 -07:00
update xlib.api.win32
This commit is contained in:
parent
878c14756b
commit
2be3278753
21 changed files with 726 additions and 192 deletions
10
xlib/api/win32/strmif/strmif.py
Normal file
10
xlib/api/win32/strmif/strmif.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
from ctypes import POINTER
|
||||
|
||||
from ..objidl import IEnumMoniker
|
||||
from ..wintypes import DWORD, GUID, HRESULT, REFIID, IUnknown, interface
|
||||
|
||||
|
||||
@interface
|
||||
class ICreateDevEnum(IUnknown):
|
||||
def CreateClassEnumerator(self, refiid : REFIID, enumMoniker : POINTER(IEnumMoniker), flags : DWORD ) -> HRESULT: ...
|
||||
IID = GUID('29840822-5B84-11D0-BD3B-00A0C911CE86')
|
Loading…
Add table
Add a link
Reference in a new issue