angr 9.2.180__cp310-abi3-win_amd64.whl → 9.2.182__cp310-abi3-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of angr might be problematic. Click here for more details.

Files changed (139) hide show
  1. angr/__init__.py +1 -1
  2. angr/ailment/expression.py +2 -2
  3. angr/analyses/decompiler/ail_simplifier.py +77 -5
  4. angr/analyses/decompiler/callsite_maker.py +6 -1
  5. angr/analyses/decompiler/clinic.py +22 -10
  6. angr/analyses/decompiler/dephication/graph_vvar_mapping.py +4 -10
  7. angr/analyses/decompiler/ssailification/rewriting.py +82 -10
  8. angr/analyses/decompiler/ssailification/rewriting_engine.py +22 -11
  9. angr/analyses/decompiler/ssailification/ssailification.py +7 -5
  10. angr/analyses/s_reaching_definitions/s_rda_view.py +38 -16
  11. angr/analyses/s_reaching_definitions/s_reaching_definitions.py +59 -6
  12. angr/engines/pcode/behavior.py +6 -2
  13. angr/knowledge_plugins/functions/function_manager.py +1 -1
  14. angr/knowledge_plugins/variables/variable_manager.py +10 -19
  15. angr/procedures/definitions/parse_glibc.py +0 -1
  16. angr/procedures/definitions/parse_win32json.py +12 -3
  17. angr/procedures/definitions/wdk/fltmgr.json +11 -11
  18. angr/procedures/definitions/wdk/fwpuclnt.json +32 -32
  19. angr/procedures/definitions/wdk/gdi32.json +1 -1
  20. angr/procedures/definitions/wdk/ntoskrnl.json +61 -61
  21. angr/procedures/definitions/win32/_types_win32.json +1103 -1102
  22. angr/procedures/definitions/win32/activeds.json +2 -2
  23. angr/procedures/definitions/win32/advapi32.json +47 -47
  24. angr/procedures/definitions/win32/apphelp.json +1 -1
  25. angr/procedures/definitions/win32/avifil32.json +10 -10
  26. angr/procedures/definitions/win32/avrt.json +4 -4
  27. angr/procedures/definitions/win32/bluetoothapis.json +3 -3
  28. angr/procedures/definitions/win32/certpoleng.json +1 -1
  29. angr/procedures/definitions/win32/cfgmgr32.json +43 -43
  30. angr/procedures/definitions/win32/clusapi.json +1 -1
  31. angr/procedures/definitions/win32/comctl32.json +3 -3
  32. angr/procedures/definitions/win32/computenetwork.json +14 -14
  33. angr/procedures/definitions/win32/comsvcs.json +3 -3
  34. angr/procedures/definitions/win32/crypt32.json +5 -5
  35. angr/procedures/definitions/win32/d2d1.json +1 -1
  36. angr/procedures/definitions/win32/d3d12.json +6 -6
  37. angr/procedures/definitions/win32/d3dcompiler_47.json +2 -2
  38. angr/procedures/definitions/win32/dbgeng.json +4 -4
  39. angr/procedures/definitions/win32/dbghelp.json +2 -2
  40. angr/procedures/definitions/win32/dcomp.json +4 -4
  41. angr/procedures/definitions/win32/ddraw.json +6 -6
  42. angr/procedures/definitions/win32/diagnosticdataquery.json +1 -1
  43. angr/procedures/definitions/win32/dinput8.json +1 -1
  44. angr/procedures/definitions/win32/directml.json +2 -2
  45. angr/procedures/definitions/win32/dsound.json +10 -10
  46. angr/procedures/definitions/win32/dsparse.json +2 -2
  47. angr/procedures/definitions/win32/dwmapi.json +1 -1
  48. angr/procedures/definitions/win32/dwrite.json +1 -1
  49. angr/procedures/definitions/win32/dxcompiler.json +2 -2
  50. angr/procedures/definitions/win32/dxcore.json +1 -1
  51. angr/procedures/definitions/win32/dxgi.json +4 -4
  52. angr/procedures/definitions/win32/dxva2.json +1 -1
  53. angr/procedures/definitions/win32/eappprxy.json +3 -3
  54. angr/procedures/definitions/win32/evr.json +4 -4
  55. angr/procedures/definitions/win32/fwpuclnt.json +32 -32
  56. angr/procedures/definitions/win32/gdiplus.json +9 -9
  57. angr/procedures/definitions/win32/hid.json +1 -1
  58. angr/procedures/definitions/win32/hlink.json +7 -7
  59. angr/procedures/definitions/win32/ieframe.json +4 -4
  60. angr/procedures/definitions/win32/imgutil.json +1 -1
  61. angr/procedures/definitions/win32/inkobjcore.json +4 -4
  62. angr/procedures/definitions/win32/iphlpapi.json +8 -8
  63. angr/procedures/definitions/win32/kernel32.json +5 -5
  64. angr/procedures/definitions/win32/ksproxy_ax.json +2 -2
  65. angr/procedures/definitions/win32/ktmw32.json +10 -10
  66. angr/procedures/definitions/win32/mapi32.json +2 -2
  67. angr/procedures/definitions/win32/mf.json +5 -5
  68. angr/procedures/definitions/win32/mfplat.json +33 -33
  69. angr/procedures/definitions/win32/mfsensorgroup.json +2 -2
  70. angr/procedures/definitions/win32/mmdevapi.json +1 -1
  71. angr/procedures/definitions/win32/mqrt.json +2 -2
  72. angr/procedures/definitions/win32/mscoree.json +9 -9
  73. angr/procedures/definitions/win32/msdmo.json +5 -5
  74. angr/procedures/definitions/win32/mswsock.json +8 -8
  75. angr/procedures/definitions/win32/ndfapi.json +1 -1
  76. angr/procedures/definitions/win32/netapi32.json +6 -6
  77. angr/procedures/definitions/win32/netsh.json +1 -1
  78. angr/procedures/definitions/win32/ntdll.json +1 -1
  79. angr/procedures/definitions/win32/ntdsapi.json +14 -14
  80. angr/procedures/definitions/win32/ntlanman.json +3 -3
  81. angr/procedures/definitions/win32/ole32.json +78 -78
  82. angr/procedures/definitions/win32/oleacc.json +6 -6
  83. angr/procedures/definitions/win32/oleaut32.json +15 -15
  84. angr/procedures/definitions/win32/oledlg.json +1 -1
  85. angr/procedures/definitions/win32/p2p.json +11 -11
  86. angr/procedures/definitions/win32/p2pgraph.json +7 -7
  87. angr/procedures/definitions/win32/pdh.json +1 -1
  88. angr/procedures/definitions/win32/powrprof.json +47 -47
  89. angr/procedures/definitions/win32/projectedfslib.json +2 -2
  90. angr/procedures/definitions/win32/propsys.json +25 -25
  91. angr/procedures/definitions/win32/query.json +1 -1
  92. angr/procedures/definitions/win32/resutils.json +1 -1
  93. angr/procedures/definitions/win32/rpcns4.json +5 -5
  94. angr/procedures/definitions/win32/rpcrt4.json +33 -33
  95. angr/procedures/definitions/win32/rtm.json +1 -1
  96. angr/procedures/definitions/win32/sensorsutilsv2.json +4 -4
  97. angr/procedures/definitions/win32/setupapi.json +49 -49
  98. angr/procedures/definitions/win32/shell32.json +34 -34
  99. angr/procedures/definitions/win32/shlwapi.json +7 -7
  100. angr/procedures/definitions/win32/slc.json +25 -25
  101. angr/procedures/definitions/win32/slcext.json +2 -2
  102. angr/procedures/definitions/win32/slwga.json +1 -1
  103. angr/procedures/definitions/win32/tapi32.json +4 -4
  104. angr/procedures/definitions/win32/tdh.json +6 -6
  105. angr/procedures/definitions/win32/traffic.json +6 -6
  106. angr/procedures/definitions/win32/txfw32.json +1 -1
  107. angr/procedures/definitions/win32/uiautomationcore.json +1 -1
  108. angr/procedures/definitions/win32/urlmon.json +6 -6
  109. angr/procedures/definitions/win32/user32.json +1 -1
  110. angr/procedures/definitions/win32/userenv.json +4 -4
  111. angr/procedures/definitions/win32/virtdisk.json +4 -4
  112. angr/procedures/definitions/win32/vmdevicehost.json +1 -1
  113. angr/procedures/definitions/win32/wcmapi.json +2 -2
  114. angr/procedures/definitions/win32/webauthn.json +2 -2
  115. angr/procedures/definitions/win32/winbio.json +2 -2
  116. angr/procedures/definitions/win32/windows_ui_xaml.json +2 -2
  117. angr/procedures/definitions/win32/windowscodecs.json +9 -9
  118. angr/procedures/definitions/win32/winhttp.json +1 -1
  119. angr/procedures/definitions/win32/winhvplatform.json +1 -1
  120. angr/procedures/definitions/win32/winscard.json +12 -12
  121. angr/procedures/definitions/win32/winspool_drv.json +4 -4
  122. angr/procedures/definitions/win32/wintrust.json +9 -9
  123. angr/procedures/definitions/win32/wlanapi.json +27 -27
  124. angr/procedures/definitions/win32/wlanui.json +1 -1
  125. angr/procedures/definitions/win32/wldp.json +4 -4
  126. angr/procedures/definitions/win32/ws2_32.json +34 -34
  127. angr/procedures/definitions/win32/xaudio2_8.json +1 -1
  128. angr/procedures/definitions/win32/xmllite.json +2 -2
  129. angr/procedures/definitions/win32/xolehlp.json +4 -4
  130. angr/project.py +4 -1
  131. angr/rustylib.pyd +0 -0
  132. angr/unicornlib.dll +0 -0
  133. angr/utils/ail.py +107 -1
  134. {angr-9.2.180.dist-info → angr-9.2.182.dist-info}/METADATA +5 -5
  135. {angr-9.2.180.dist-info → angr-9.2.182.dist-info}/RECORD +139 -139
  136. {angr-9.2.180.dist-info → angr-9.2.182.dist-info}/WHEEL +0 -0
  137. {angr-9.2.180.dist-info → angr-9.2.182.dist-info}/entry_points.txt +0 -0
  138. {angr-9.2.180.dist-info → angr-9.2.182.dist-info}/licenses/LICENSE +0 -0
  139. {angr-9.2.180.dist-info → angr-9.2.182.dist-info}/top_level.txt +0 -0
@@ -45,7 +45,7 @@
45
45
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'BITMAPINFOHEADER', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'BOOL', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pBMIH', 'cbBufSize', 'pcbImageSize', 'pbKnown']}"
46
46
  },
47
47
  "MFCalculateImageSize": {
48
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidSubtype', 'unWidth', 'unHeight', 'pcbImageSize']}"
48
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidSubtype', 'unWidth', 'unHeight', 'pcbImageSize']}"
49
49
  },
50
50
  "MFCancelCreateFile": {
51
51
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IUnknown', 'ot': 'bot'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pCancelCookie']}"
@@ -78,7 +78,7 @@
78
78
  "proto": "{'_t': 'func', 'args': [{'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': '_ref', 'name': 'BOOL', 'ot': 'int'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaBuffer', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['dwWidth', 'dwHeight', 'dwFourCC', 'fBottomUp', 'ppBuffer']}"
79
79
  },
80
80
  "MFCreateAMMediaTypeFromMFMediaType": {
81
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'bot', 'label': 'Guid'}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'AM_MEDIA_TYPE', 'ot': '_ref'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'guidFormatBlockType', 'ppAMType']}"
81
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': '_ref', 'name': 'Guid', 'ot': 'struct'}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'AM_MEDIA_TYPE', 'ot': '_ref'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'guidFormatBlockType', 'ppAMType']}"
82
82
  },
83
83
  "MFCreateAlignedMemoryBuffer": {
84
84
  "proto": "{'_t': 'func', 'args': [{'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaBuffer', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['cbMaxLength', 'cbAligment', 'ppBuffer']}"
@@ -96,22 +96,22 @@
96
96
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFCollection', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['ppIMFCollection']}"
97
97
  },
98
98
  "MFCreateContentDecryptorContext": {
99
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': '_ref', 'name': 'IMFDXGIDeviceManager', 'ot': 'bot'}, {'_t': '_ref', 'name': 'IMFContentProtectionDevice', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFContentDecryptorContext', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidMediaProtectionSystemId', 'pD3DManager', 'pContentProtectionDevice', 'ppContentDecryptorContext']}"
99
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': '_ref', 'name': 'IMFDXGIDeviceManager', 'ot': 'bot'}, {'_t': '_ref', 'name': 'IMFContentProtectionDevice', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFContentDecryptorContext', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidMediaProtectionSystemId', 'pD3DManager', 'pContentProtectionDevice', 'ppContentDecryptorContext']}"
100
100
  },
101
101
  "MFCreateContentProtectionDevice": {
102
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFContentProtectionDevice', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['ProtectionSystemId', 'ContentProtectionDevice']}"
102
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFContentProtectionDevice', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['ProtectionSystemId', 'ContentProtectionDevice']}"
103
103
  },
104
104
  "MFCreateD3D12SynchronizationObject": {
105
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'ID3D12Device', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pDevice', 'riid', 'ppvSyncObject']}"
105
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'ID3D12Device', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pDevice', 'riid', 'ppvSyncObject']}"
106
106
  },
107
107
  "MFCreateDXGIDeviceManager": {
108
108
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFDXGIDeviceManager', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['resetToken', 'ppDeviceManager']}"
109
109
  },
110
110
  "MFCreateDXGISurfaceBuffer": {
111
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': '_ref', 'name': 'IUnknown', 'ot': 'bot'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': '_ref', 'name': 'BOOL', 'ot': 'int'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaBuffer', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['riid', 'punkSurface', 'uSubresourceIndex', 'fBottomUpWhenLinear', 'ppBuffer']}"
111
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': '_ref', 'name': 'IUnknown', 'ot': 'bot'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': '_ref', 'name': 'BOOL', 'ot': 'int'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaBuffer', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['riid', 'punkSurface', 'uSubresourceIndex', 'fBottomUpWhenLinear', 'ppBuffer']}"
112
112
  },
113
113
  "MFCreateDXSurfaceBuffer": {
114
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': '_ref', 'name': 'IUnknown', 'ot': 'bot'}, {'_t': '_ref', 'name': 'BOOL', 'ot': 'int'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaBuffer', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['riid', 'punkSurface', 'fBottomUpWhenLinear', 'ppBuffer']}"
114
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': '_ref', 'name': 'IUnknown', 'ot': 'bot'}, {'_t': '_ref', 'name': 'BOOL', 'ot': 'int'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaBuffer', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['riid', 'punkSurface', 'fBottomUpWhenLinear', 'ppBuffer']}"
115
115
  },
116
116
  "MFCreateEventQueue": {
117
117
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaEventQueue', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['ppMediaEventQueue']}"
@@ -141,10 +141,10 @@
141
141
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaBuffer', 'ot': 'bot'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaBuffer', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pBuffer', 'cbOffset', 'dwLength', 'ppBuffer']}"
142
142
  },
143
143
  "MFCreateMediaEvent": {
144
- "proto": "{'_t': 'func', 'args': [{'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'PROPVARIANT', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaEvent', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['met', 'guidExtendedType', 'hrStatus', 'pvValue', 'ppEvent']}"
144
+ "proto": "{'_t': 'func', 'args': [{'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'PROPVARIANT', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaEvent', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['met', 'guidExtendedType', 'hrStatus', 'pvValue', 'ppEvent']}"
145
145
  },
146
146
  "MFCreateMediaExtensionActivate": {
147
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': '_ref', 'name': 'IUnknown', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['szActivatableClassId', 'pConfiguration', 'riid', 'ppvObject']}"
147
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': '_ref', 'name': 'IUnknown', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['szActivatableClassId', 'pConfiguration', 'riid', 'ppvObject']}"
148
148
  },
149
149
  "MFCreateMediaType": {
150
150
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaType', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['ppMFType']}"
@@ -153,7 +153,7 @@
153
153
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IUnknown', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaType', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['punkStream', 'ppMediaType']}"
154
154
  },
155
155
  "MFCreateMediaTypeFromRepresentation": {
156
- "proto": "{'_t': 'func', 'args': [{'_t': 'bot', 'label': 'Guid'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaType', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidRepresentation', 'pvRepresentation', 'ppIMediaType']}"
156
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'Guid', 'ot': 'struct'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaType', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidRepresentation', 'pvRepresentation', 'ppIMediaType']}"
157
157
  },
158
158
  "MFCreateMemoryBuffer": {
159
159
  "proto": "{'_t': 'func', 'args': [{'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaBuffer', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['cbMaxLength', 'ppBuffer']}"
@@ -171,7 +171,7 @@
171
171
  "proto": "{'_t': 'func', 'args': [{'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFStreamDescriptor', 'ot': '_ref'}, 'label': 'LPArray'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFPresentationDescriptor', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['cStreamDescriptors', 'apStreamDescriptors', 'ppPresentationDescriptor']}"
172
172
  },
173
173
  "MFCreatePropertiesFromMediaType": {
174
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMediaType', 'riid', 'ppv']}"
174
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMediaType', 'riid', 'ppv']}"
175
175
  },
176
176
  "MFCreateSample": {
177
177
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFSample', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['ppIMFSample']}"
@@ -186,7 +186,7 @@
186
186
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFByteStream', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IStream', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pByteStream', 'ppStream']}"
187
187
  },
188
188
  "MFCreateStreamOnMFByteStreamEx": {
189
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFByteStream', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pByteStream', 'riid', 'ppv']}"
189
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFByteStream', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pByteStream', 'riid', 'ppv']}"
190
190
  },
191
191
  "MFCreateSystemTimeSource": {
192
192
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFPresentationTimeSource', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['ppSystemTimeSource']}"
@@ -210,13 +210,13 @@
210
210
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'BITMAPINFOHEADER', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': '_ref', 'name': 'MFVideoInterlaceMode', 'ot': 'int'}, {'_t': 'llong', 'signed': false, 'label': 'UInt64'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFVideoMediaType', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pbmihBitMapInfoHeader', 'cbBitMapInfoHeader', 'dwPixelAspectRatioX', 'dwPixelAspectRatioY', 'InterlaceMode', 'VideoFlags', 'dwFramesPerSecondNumerator', 'dwFramesPerSecondDenominator', 'dwMaxBitRate', 'ppIVideoMediaType']}"
211
211
  },
212
212
  "MFCreateVideoMediaTypeFromSubtype": {
213
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFVideoMediaType', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pAMSubtype', 'ppIVideoMediaType']}"
213
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFVideoMediaType', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pAMSubtype', 'ppIVideoMediaType']}"
214
214
  },
215
215
  "MFCreateVideoSampleAllocatorEx": {
216
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['riid', 'ppSampleAllocator']}"
216
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['riid', 'ppSampleAllocator']}"
217
217
  },
218
218
  "MFCreateWICBitmapBuffer": {
219
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': '_ref', 'name': 'IUnknown', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaBuffer', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['riid', 'punkSurface', 'ppBuffer']}"
219
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': '_ref', 'name': 'IUnknown', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaBuffer', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['riid', 'punkSurface', 'ppBuffer']}"
220
220
  },
221
221
  "MFCreateWaveFormatExFromMFMediaType": {
222
222
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'WAVEFORMATEX', 'ot': '_ref'}}}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'ppWF', 'pcbSize', 'Flags']}"
@@ -246,7 +246,7 @@
246
246
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFAttributes', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pAttributes', 'pcbBufSize']}"
247
247
  },
248
248
  "MFGetContentProtectionSystemCLSID": {
249
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidProtectionSystemID', 'pclsid']}"
249
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidProtectionSystemID', 'pclsid']}"
250
250
  },
251
251
  "MFGetMFTMerit": {
252
252
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IUnknown', 'ot': 'bot'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'char', 'signed': false, 'label': 'Byte'}}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFT', 'cbVerifier', 'verifier', 'merit']}"
@@ -288,7 +288,7 @@
288
288
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}], 'returnty': {'_t': 'bot', 'label': 'Void'}, 'arg_names': ['pv']}"
289
289
  },
290
290
  "MFInitAMMediaTypeFromMFMediaType": {
291
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'bot', 'label': 'Guid'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'AM_MEDIA_TYPE', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'guidFormatBlockType', 'pAMType']}"
291
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': '_ref', 'name': 'Guid', 'ot': 'struct'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'AM_MEDIA_TYPE', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'guidFormatBlockType', 'pAMType']}"
292
292
  },
293
293
  "MFInitAttributesFromBlob": {
294
294
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFAttributes', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': 'char', 'signed': false, 'label': 'Byte'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pAttributes', 'pBuf', 'cbBufSize']}"
@@ -300,16 +300,16 @@
300
300
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFVIDEOFORMAT', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'pMFVF', 'cbBufSize']}"
301
301
  },
302
302
  "MFInitMediaTypeFromMPEG1VideoInfo": {
303
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MPEG1VIDEOINFO', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'pMP1VI', 'cbBufSize', 'pSubtype']}"
303
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MPEG1VIDEOINFO', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'pMP1VI', 'cbBufSize', 'pSubtype']}"
304
304
  },
305
305
  "MFInitMediaTypeFromMPEG2VideoInfo": {
306
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MPEG2VIDEOINFO', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'pMP2VI', 'cbBufSize', 'pSubtype']}"
306
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MPEG2VIDEOINFO', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'pMP2VI', 'cbBufSize', 'pSubtype']}"
307
307
  },
308
308
  "MFInitMediaTypeFromVideoInfoHeader": {
309
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'VIDEOINFOHEADER', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'pVIH', 'cbBufSize', 'pSubtype']}"
309
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'VIDEOINFOHEADER', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'pVIH', 'cbBufSize', 'pSubtype']}"
310
310
  },
311
311
  "MFInitMediaTypeFromVideoInfoHeader2": {
312
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'VIDEOINFOHEADER2', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'pVIH2', 'cbBufSize', 'pSubtype']}"
312
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'VIDEOINFOHEADER2', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'pVIH2', 'cbBufSize', 'pSubtype']}"
313
313
  },
314
314
  "MFInitMediaTypeFromWaveFormatEx": {
315
315
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'WAVEFORMATEX', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pMFType', 'pWaveFormat', 'cbBufSize']}"
@@ -324,7 +324,7 @@
324
324
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFAsyncResult', 'ot': 'bot'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pAsyncResult']}"
325
325
  },
326
326
  "MFIsContentProtectionDeviceSupported": {
327
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'BOOL', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['ProtectionSystemId', 'isSupported']}"
327
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'BOOL', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['ProtectionSystemId', 'isSupported']}"
328
328
  },
329
329
  "MFLockDXGIDeviceManager": {
330
330
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFDXGIDeviceManager', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pResetToken', 'ppManager']}"
@@ -393,34 +393,34 @@
393
393
  "proto": "{'_t': 'func', 'args': [{'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['Version', 'dwFlags']}"
394
394
  },
395
395
  "MFTEnum": {
396
- "proto": "{'_t': 'func', 'args': [{'_t': 'bot', 'label': 'Guid'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}, {'_t': '_ref', 'name': 'IMFAttributes', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidCategory', 'Flags', 'pInputType', 'pOutputType', 'pAttributes', 'ppclsidMFT', 'pcMFTs']}"
396
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'Guid', 'ot': 'struct'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}, {'_t': '_ref', 'name': 'IMFAttributes', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidCategory', 'Flags', 'pInputType', 'pOutputType', 'pAttributes', 'ppclsidMFT', 'pcMFTs']}"
397
397
  },
398
398
  "MFTEnum2": {
399
- "proto": "{'_t': 'func', 'args': [{'_t': 'bot', 'label': 'Guid'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}, {'_t': '_ref', 'name': 'IMFAttributes', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFActivate', 'ot': '_ref'}}}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidCategory', 'Flags', 'pInputType', 'pOutputType', 'pAttributes', 'pppMFTActivate', 'pnumMFTActivate']}"
399
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'Guid', 'ot': 'struct'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}, {'_t': '_ref', 'name': 'IMFAttributes', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFActivate', 'ot': '_ref'}}}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidCategory', 'Flags', 'pInputType', 'pOutputType', 'pAttributes', 'pppMFTActivate', 'pnumMFTActivate']}"
400
400
  },
401
401
  "MFTEnumEx": {
402
- "proto": "{'_t': 'func', 'args': [{'_t': 'bot', 'label': 'Guid'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFActivate', 'ot': '_ref'}}}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidCategory', 'Flags', 'pInputType', 'pOutputType', 'pppMFTActivate', 'pnumMFTActivate']}"
402
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'Guid', 'ot': 'struct'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFActivate', 'ot': '_ref'}}}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidCategory', 'Flags', 'pInputType', 'pOutputType', 'pppMFTActivate', 'pnumMFTActivate']}"
403
403
  },
404
404
  "MFTGetInfo": {
405
- "proto": "{'_t': 'func', 'args': [{'_t': 'bot', 'label': 'Guid'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'PWSTR', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFAttributes', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsidMFT', 'pszName', 'ppInputTypes', 'pcInputTypes', 'ppOutputTypes', 'pcOutputTypes', 'ppAttributes']}"
405
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'Guid', 'ot': 'struct'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'PWSTR', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}}}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFAttributes', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsidMFT', 'pszName', 'ppInputTypes', 'pcInputTypes', 'ppOutputTypes', 'pcOutputTypes', 'ppAttributes']}"
406
406
  },
407
407
  "MFTRegister": {
408
- "proto": "{'_t': 'func', 'args': [{'_t': 'bot', 'label': 'Guid'}, {'_t': 'bot', 'label': 'Guid'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}, 'label': 'LPArray'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}, 'label': 'LPArray'}, {'_t': '_ref', 'name': 'IMFAttributes', 'ot': 'bot'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsidMFT', 'guidCategory', 'pszName', 'Flags', 'cInputTypes', 'pInputTypes', 'cOutputTypes', 'pOutputTypes', 'pAttributes']}"
408
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'Guid', 'ot': 'struct'}, {'_t': '_ref', 'name': 'Guid', 'ot': 'struct'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}, 'label': 'LPArray'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}, 'label': 'LPArray'}, {'_t': '_ref', 'name': 'IMFAttributes', 'ot': 'bot'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsidMFT', 'guidCategory', 'pszName', 'Flags', 'cInputTypes', 'pInputTypes', 'cOutputTypes', 'pOutputTypes', 'pAttributes']}"
409
409
  },
410
410
  "MFTRegisterLocal": {
411
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IClassFactory', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}, 'label': 'LPArray'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}, 'label': 'LPArray'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pClassFactory', 'guidCategory', 'pszName', 'Flags', 'cInputTypes', 'pInputTypes', 'cOutputTypes', 'pOutputTypes']}"
411
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IClassFactory', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}, 'label': 'LPArray'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}, 'label': 'LPArray'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pClassFactory', 'guidCategory', 'pszName', 'Flags', 'cInputTypes', 'pInputTypes', 'cOutputTypes', 'pOutputTypes']}"
412
412
  },
413
413
  "MFTRegisterLocalByCLSID": {
414
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}, 'label': 'LPArray'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}, 'label': 'LPArray'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clisdMFT', 'guidCategory', 'pszName', 'Flags', 'cInputTypes', 'pInputTypes', 'cOutputTypes', 'pOutputTypes']}"
414
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}, 'label': 'LPArray'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MFT_REGISTER_TYPE_INFO', 'ot': '_ref'}, 'label': 'LPArray'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clisdMFT', 'guidCategory', 'pszName', 'Flags', 'cInputTypes', 'pInputTypes', 'cOutputTypes', 'pOutputTypes']}"
415
415
  },
416
416
  "MFTUnregister": {
417
- "proto": "{'_t': 'func', 'args': [{'_t': 'bot', 'label': 'Guid'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsidMFT']}"
417
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'Guid', 'ot': 'struct'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsidMFT']}"
418
418
  },
419
419
  "MFTUnregisterLocal": {
420
420
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IClassFactory', 'ot': 'bot'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pClassFactory']}"
421
421
  },
422
422
  "MFTUnregisterLocalByCLSID": {
423
- "proto": "{'_t': 'func', 'args': [{'_t': 'bot', 'label': 'Guid'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsidMFT']}"
423
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'Guid', 'ot': 'struct'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsidMFT']}"
424
424
  },
425
425
  "MFUnlockDXGIDeviceManager": {
426
426
  "proto": "{'_t': 'func', 'args': [], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': []}"
@@ -438,10 +438,10 @@
438
438
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaType', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pWrap', 'ppOrig']}"
439
439
  },
440
440
  "MFValidateMediaTypeSize": {
441
- "proto": "{'_t': 'func', 'args': [{'_t': 'bot', 'label': 'Guid'}, {'_t': 'ptr', 'pts_to': {'_t': 'char', 'signed': false, 'label': 'Byte'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['FormatType', 'pBlock', 'cbSize']}"
441
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'Guid', 'ot': 'struct'}, {'_t': 'ptr', 'pts_to': {'_t': 'char', 'signed': false, 'label': 'Byte'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['FormatType', 'pBlock', 'cbSize']}"
442
442
  },
443
443
  "MFWrapMediaType": {
444
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaType', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pOrig', 'MajorType', 'SubType', 'ppWrap']}"
444
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IMFMediaType', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFMediaType', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pOrig', 'MajorType', 'SubType', 'ppWrap']}"
445
445
  },
446
446
  "MFllMulDiv": {
447
447
  "proto": "{'_t': 'func', 'args': [{'_t': 'llong', 'label': 'Int64'}, {'_t': 'llong', 'label': 'Int64'}, {'_t': 'llong', 'label': 'Int64'}, {'_t': 'llong', 'label': 'Int64'}], 'returnty': {'_t': 'llong', 'label': 'Int64'}, 'arg_names': ['a', 'b', 'c', 'd']}"
@@ -27,7 +27,7 @@
27
27
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFSensorGroup', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['SensorGroupSymbolicLink', 'ppSensorGroup']}"
28
28
  },
29
29
  "MFCreateSensorProfile": {
30
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFSensorProfile', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['ProfileType', 'ProfileIndex', 'Constraints', 'ppProfile']}"
30
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFSensorProfile', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['ProfileType', 'ProfileIndex', 'Constraints', 'ppProfile']}"
31
31
  },
32
32
  "MFCreateSensorProfileCollection": {
33
33
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFSensorProfileCollection', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['ppSensorProfile']}"
@@ -36,7 +36,7 @@
36
36
  "proto": "{'_t': 'func', 'args': [{'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': '_ref', 'name': 'IMFAttributes', 'ot': 'bot'}, {'_t': '_ref', 'name': 'IMFCollection', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFSensorStream', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['StreamId', 'pAttributes', 'pMediaTypeCollection', 'ppStream']}"
37
37
  },
38
38
  "MFCreateVirtualCamera": {
39
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'MFVirtualCameraType', 'ot': 'int'}, {'_t': '_ref', 'name': 'MFVirtualCameraLifetime', 'ot': 'int'}, {'_t': '_ref', 'name': 'MFVirtualCameraAccess', 'ot': 'int'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}, 'label': 'LPArray'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFVirtualCamera', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['type', 'lifetime', 'access', 'friendlyName', 'sourceId', 'categories', 'categoryCount', 'virtualCamera']}"
39
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'MFVirtualCameraType', 'ot': 'int'}, {'_t': '_ref', 'name': 'MFVirtualCameraLifetime', 'ot': 'int'}, {'_t': '_ref', 'name': 'MFVirtualCameraAccess', 'ot': 'int'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}, 'label': 'LPArray'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IMFVirtualCamera', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['type', 'lifetime', 'access', 'friendlyName', 'sourceId', 'categories', 'categoryCount', 'virtualCamera']}"
40
40
  },
41
41
  "MFIsVirtualCameraTypeSupported": {
42
42
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'MFVirtualCameraType', 'ot': 'int'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'BOOL', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['type', 'supported']}"
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "functions": {
14
14
  "ActivateAudioInterfaceAsync": {
15
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'PROPVARIANT', 'ot': '_ref'}}, {'_t': '_ref', 'name': 'IActivateAudioInterfaceCompletionHandler', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IActivateAudioInterfaceAsyncOperation', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['deviceInterfacePath', 'riid', 'activationParams', 'completionHandler', 'activationOperation']}"
15
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'PROPVARIANT', 'ot': '_ref'}}, {'_t': '_ref', 'name': 'IActivateAudioInterfaceCompletionHandler', 'ot': 'bot'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IActivateAudioInterfaceAsyncOperation', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['deviceInterfacePath', 'riid', 'activationParams', 'completionHandler', 'activationOperation']}"
16
16
  }
17
17
  }
18
18
  }
@@ -39,7 +39,7 @@
39
39
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'HANDLE', 'ot': 'ptr'}], 'returnty': {'_t': 'bot', 'label': 'Void'}, 'arg_names': ['hSecurityContext']}"
40
40
  },
41
41
  "MQGetMachineProperties": {
42
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MQQMPROPS', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['lpwcsMachineName', 'pguidMachineId', 'pQMProps']}"
42
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MQQMPROPS', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['lpwcsMachineName', 'pguidMachineId', 'pQMProps']}"
43
43
  },
44
44
  "MQGetOverlappedResult": {
45
45
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'OVERLAPPED', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['lpOverlapped']}"
@@ -63,7 +63,7 @@
63
63
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'int', 'label': 'Int'}, 'label': 'IntPtr'}, {'_t': 'ptr', 'pts_to': {'_t': 'char', 'signed': true, 'label': 'Char'}, 'label': 'LPArray'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['hQueue', 'lpwcsFormatName', 'lpdwFormatNameLength']}"
64
64
  },
65
65
  "MQInstanceToFormatName": {
66
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'char', 'signed': true, 'label': 'Char'}, 'label': 'LPArray'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pGuid', 'lpwcsFormatName', 'lpdwFormatNameLength']}"
66
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'char', 'signed': true, 'label': 'Char'}, 'label': 'LPArray'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pGuid', 'lpwcsFormatName', 'lpdwFormatNameLength']}"
67
67
  },
68
68
  "MQLocateBegin": {
69
69
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MQRESTRICTION', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MQCOLUMNSET', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'MQSORTSET', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'HANDLE', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['lpwcsContext', 'pRestriction', 'pColumns', 'pSort', 'phEnum']}"
@@ -12,28 +12,28 @@
12
12
  },
13
13
  "functions": {
14
14
  "CLRCreateInstance": {
15
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsid', 'riid', 'ppInterface']}"
15
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsid', 'riid', 'ppInterface']}"
16
16
  },
17
17
  "CallFunctionShim": {
18
18
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': '_ref', 'name': 'PSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['szDllName', 'szFunctionName', 'lpvArgument1', 'lpvArgument2', 'szVersion', 'pvReserved']}"
19
19
  },
20
20
  "ClrCreateManagedInstance": {
21
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pTypeName', 'riid', 'ppObject']}"
21
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pTypeName', 'riid', 'ppObject']}"
22
22
  },
23
23
  "CorBindToCurrentRuntime": {
24
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pwszFileName', 'rclsid', 'riid', 'ppv']}"
24
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pwszFileName', 'rclsid', 'riid', 'ppv']}"
25
25
  },
26
26
  "CorBindToRuntime": {
27
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pwszVersion', 'pwszBuildFlavor', 'rclsid', 'riid', 'ppv']}"
27
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pwszVersion', 'pwszBuildFlavor', 'rclsid', 'riid', 'ppv']}"
28
28
  },
29
29
  "CorBindToRuntimeByCfg": {
30
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IStream', 'ot': 'bot'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pCfgStream', 'reserved', 'startupFlags', 'rclsid', 'riid', 'ppv']}"
30
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'IStream', 'ot': 'bot'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pCfgStream', 'reserved', 'startupFlags', 'rclsid', 'riid', 'ppv']}"
31
31
  },
32
32
  "CorBindToRuntimeEx": {
33
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pwszVersion', 'pwszBuildFlavor', 'startupFlags', 'rclsid', 'riid', 'ppv']}"
33
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pwszVersion', 'pwszBuildFlavor', 'startupFlags', 'rclsid', 'riid', 'ppv']}"
34
34
  },
35
35
  "CorBindToRuntimeHost": {
36
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pwszVersion', 'pwszBuildFlavor', 'pwszHostConfigFile', 'pReserved', 'startupFlags', 'rclsid', 'riid', 'ppv']}"
36
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Void'}}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pwszVersion', 'pwszBuildFlavor', 'pwszHostConfigFile', 'pReserved', 'startupFlags', 'rclsid', 'riid', 'ppv']}"
37
37
  },
38
38
  "CorExitProcess": {
39
39
  "proto": "{'_t': 'func', 'args': [{'_t': 'int', 'label': 'Int32'}], 'returnty': {'_t': 'bot', 'label': 'Void'}, 'arg_names': ['exitCode']}"
@@ -48,7 +48,7 @@
48
48
  "proto": "{'_t': 'func', 'args': [{'_t': 'int', 'label': 'Int32'}, {'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IUnknown', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['iDebuggerVersion', 'szDebuggeeVersion', 'ppCordb']}"
49
49
  },
50
50
  "GetCLRIdentityManager": {
51
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IUnknown', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['riid', 'ppManager']}"
51
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IUnknown', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['riid', 'ppManager']}"
52
52
  },
53
53
  "GetCORRequiredVersion": {
54
54
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'char', 'signed': true, 'label': 'Char'}, 'label': 'LPArray'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pbuffer', 'cchBuffer', 'dwLength']}"
@@ -72,7 +72,7 @@
72
72
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': 'char', 'signed': true, 'label': 'Char'}, 'label': 'LPArray'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pExe', 'pVersion', 'cchBuffer', 'dwLength']}"
73
73
  },
74
74
  "GetRequestedRuntimeVersionForCLSID": {
75
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'char', 'signed': true, 'label': 'Char'}, 'label': 'LPArray'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}, {'_t': '_ref', 'name': 'CLSID_RESOLUTION_FLAGS', 'ot': 'int'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['rclsid', 'pVersion', 'cchBuffer', 'dwLength', 'dwResolutionFlags']}"
75
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'char', 'signed': true, 'label': 'Char'}, 'label': 'LPArray'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}, {'_t': '_ref', 'name': 'CLSID_RESOLUTION_FLAGS', 'ot': 'int'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['rclsid', 'pVersion', 'cchBuffer', 'dwLength', 'dwResolutionFlags']}"
76
76
  },
77
77
  "GetVersionFromProcess": {
78
78
  "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'HANDLE', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': 'char', 'signed': true, 'label': 'Char'}, 'label': 'LPArray'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['hProcess', 'pVersion', 'cchBuffer', 'dwLength']}"
@@ -12,19 +12,19 @@
12
12
  },
13
13
  "functions": {
14
14
  "DMOEnum": {
15
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'DMO_PARTIAL_MEDIATYPE', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'DMO_PARTIAL_MEDIATYPE', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IEnumDMO', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidCategory', 'dwFlags', 'cInTypes', 'pInTypes', 'cOutTypes', 'pOutTypes', 'ppEnum']}"
15
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'DMO_PARTIAL_MEDIATYPE', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'DMO_PARTIAL_MEDIATYPE', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'IEnumDMO', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['guidCategory', 'dwFlags', 'cInTypes', 'pInTypes', 'cOutTypes', 'pOutTypes', 'ppEnum']}"
16
16
  },
17
17
  "DMOGetName": {
18
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'char', 'signed': true, 'label': 'Char'}, 'label': 'LPArray'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsidDMO', 'szName']}"
18
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': 'char', 'signed': true, 'label': 'Char'}, 'label': 'LPArray'}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsidDMO', 'szName']}"
19
19
  },
20
20
  "DMOGetTypes": {
21
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'DMO_PARTIAL_MEDIATYPE', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'DMO_PARTIAL_MEDIATYPE', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsidDMO', 'ulInputTypesRequested', 'pulInputTypesSupplied', 'pInputTypes', 'ulOutputTypesRequested', 'pulOutputTypesSupplied', 'pOutputTypes']}"
21
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'DMO_PARTIAL_MEDIATYPE', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': 'int', 'signed': false, 'label': 'UInt32'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'DMO_PARTIAL_MEDIATYPE', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsidDMO', 'ulInputTypesRequested', 'pulInputTypesSupplied', 'pInputTypes', 'ulOutputTypesRequested', 'pulOutputTypesSupplied', 'pOutputTypes']}"
22
22
  },
23
23
  "DMORegister": {
24
- "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'DMO_PARTIAL_MEDIATYPE', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'DMO_PARTIAL_MEDIATYPE', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['szName', 'clsidDMO', 'guidCategory', 'dwFlags', 'cInTypes', 'pInTypes', 'cOutTypes', 'pOutTypes']}"
24
+ "proto": "{'_t': 'func', 'args': [{'_t': '_ref', 'name': 'PWSTR', 'ot': 'ptr'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'DMO_PARTIAL_MEDIATYPE', 'ot': '_ref'}}, {'_t': 'int', 'signed': false, 'label': 'UInt32'}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'DMO_PARTIAL_MEDIATYPE', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['szName', 'clsidDMO', 'guidCategory', 'dwFlags', 'cInTypes', 'pInTypes', 'cOutTypes', 'pOutTypes']}"
25
25
  },
26
26
  "DMOUnregister": {
27
- "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}, {'_t': 'ptr', 'pts_to': {'_t': 'bot', 'label': 'Guid'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsidDMO', 'guidCategory']}"
27
+ "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'Guid', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['clsidDMO', 'guidCategory']}"
28
28
  },
29
29
  "MoCopyMediaType": {
30
30
  "proto": "{'_t': 'func', 'args': [{'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'DMO_MEDIA_TYPE', 'ot': '_ref'}}, {'_t': 'ptr', 'pts_to': {'_t': '_ref', 'name': 'DMO_MEDIA_TYPE', 'ot': '_ref'}}], 'returnty': {'_t': '_ref', 'name': 'HRESULT', 'ot': 'int'}, 'arg_names': ['pmtDest', 'pmtSrc']}"