Skip to content

Commit

Permalink
Fixed #1404.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Jan 24, 2023
1 parent 927a197 commit c051e17
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 14 deletions.
24 changes: 24 additions & 0 deletions generation/WinSDK/autoTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,30 @@
"CloseApi": "DeleteTimerQueueEx",
"InvalidHandleValues": [ 0 ]
},
{
"Namespace": "Windows.Win32.System.Threading",
"Name": "PTP_IO",
"ValueType": "IntPtr",
"InvalidHandleValues": [ 0 ]
},
{
"Namespace": "Windows.Win32.System.Threading",
"Name": "PTP_TIMER",
"ValueType": "IntPtr",
"InvalidHandleValues": [ 0 ]
},
{
"Namespace": "Windows.Win32.System.Threading",
"Name": "PTP_WAIT",
"ValueType": "IntPtr",
"InvalidHandleValues": [ 0 ]
},
{
"Namespace": "Windows.Win32.System.Threading",
"Name": "PTP_WORK",
"ValueType": "IntPtr",
"InvalidHandleValues": [ 0 ]
},
{
"Name": "PTP_POOL",
"ValueType": "IntPtr",
Expand Down
4 changes: 0 additions & 4 deletions generation/WinSDK/requiredNamespacesForNames.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -1910,11 +1910,7 @@ TOKEN_USER=Windows.Win32.Security
TP_CALLBACK_ENVIRON_V3=Windows.Win32.System.Threading
TP_CALLBACK_INSTANCE=Windows.Win32.System.Threading
TP_CALLBACK_PRIORITY=Windows.Win32.System.Threading
TP_IO=Windows.Win32.System.Threading
TP_POOL_STACK_INFORMATION=Windows.Win32.System.Threading
TP_TIMER=Windows.Win32.System.Threading
TP_WAIT=Windows.Win32.System.Threading
TP_WORK=Windows.Win32.System.Threading
TRANSACTION_OUTCOME=Windows.Win32.Storage.FileSystem
ULARGE_INTEGER=Windows.Win32.Foundation
UNICODE_STRING=Windows.Win32.Foundation
Expand Down
23 changes: 13 additions & 10 deletions generation/WinSDK/scraper.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ IWABOBJECT_SetMe_METHOD
IWABOBJECT_VCardCreate_METHOD
IWABOBJECT_VCardDisplay_METHOD
IWABOBJECT_VCardRetrieve_METHOD
TP_IO
TP_TIMER
TP_WAIT
TP_WORK
--remap
ABI::Windows::Foundation::IActivatableClassRegistration=IActivatableClassRegistration
adpcmcoef_tag=ADPCMCOEFSET
Expand Down Expand Up @@ -1698,12 +1702,7 @@ _TP_CALLBACK_ENVIRON_V3=TP_CALLBACK_ENVIRON_V3
_TP_CALLBACK_INSTANCE*=IntPtr
_TP_CALLBACK_PRIORITY=TP_CALLBACK_PRIORITY
_TP_CLEANUP_GROUP*=IntPtr
_TP_IO*=IntPtr
_TP_POOL*=IntPtr
_TP_POOL_STACK_INFORMATION=TP_POOL_STACK_INFORMATION
_TP_TIMER*=IntPtr
_TP_WAIT*=IntPtr
_TP_WORK*=IntPtr
_TRACE_EVENT_INFO=TRACE_EVENT_INFO
_TRANSACTIONMANAGER_BASIC_INFORMATION=TRANSACTIONMANAGER_BASIC_INFORMATION
_TRANSACTIONMANAGER_INFORMATION_CLASS=TRANSACTIONMANAGER_INFORMATION_CLASS
Expand Down Expand Up @@ -1846,10 +1845,6 @@ _KCRM_PROTOCOL_BLOB=KCRM_PROTOCOL_BLOB
_TP_CALLBACK_INSTANCE=TP_CALLBACK_INSTANCE
_TP_POOL=TP_POOL
_TP_CLEANUP_GROUP=TP_CLEANUP_GROUP
_TP_WORK=TP_WORK
_TP_TIMER=TP_TIMER
_TP_WAIT=TP_WAIT
_TP_IO=TP_IO
_MEMORY_RESOURCE_NOTIFICATION_TYPE=MEMORY_RESOURCE_NOTIFICATION_TYPE
_WIN32_MEMORY_RANGE_ENTRY=WIN32_MEMORY_RANGE_ENTRY
_TIME_ZONE_INFORMATION=TIME_ZONE_INFORMATION
Expand Down Expand Up @@ -5363,6 +5358,10 @@ _D3D10_SHADER_DEBUG_OUTPUTREG_INFO=D3D10_SHADER_DEBUG_OUTPUTREG_INFO
_D3D10_SHADER_DEBUG_INST_INFO=D3D10_SHADER_DEBUG_INST_INFO
_D3D10_SHADER_DEBUG_FILE_INFO=D3D10_SHADER_DEBUG_FILE_INFO
_D3D10_SHADER_DEBUG_INFO=D3D10_SHADER_DEBUG_INFO
PTP_IO=IntPtr
PTP_TIMER=IntPtr
PTP_WAIT=IntPtr
PTP_WORK=IntPtr
PTP_POOL=IntPtr
PTP_CLEANUP_GROUP=IntPtr
tagVS_FIXEDFILEINFO=VS_FIXEDFILEINFO
Expand Down Expand Up @@ -12238,4 +12237,8 @@ VARIANT_BOOL=VARIANT_BOOL
_IFaxAccountNotify=IFaxAccountNotify
_IFaxServerNotify2=IFaxServerNotify2
PLSA_HANDLE=LSA_HANDLE*
PWINUSB_INTERFACE_HANDLE=WINUSB_INTERFACE_HANDLE*
PWINUSB_INTERFACE_HANDLE=WINUSB_INTERFACE_HANDLE*
_TP_IO=PTP_IO
_TP_TIMER=PTP_TIMER
_TP_WAIT=PTP_WAIT
_TP_WORK=PTP_WORK

0 comments on commit c051e17

Please sign in to comment.