Skip to content

Commit

Permalink
code gen
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Aug 15, 2023
1 parent 029f2c2 commit 7d03cc5
Show file tree
Hide file tree
Showing 1,185 changed files with 2 additions and 2,368 deletions.
2 changes: 1 addition & 1 deletion crates/libs/core/src/imp/bindings.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bindings generated by `riddle` 0.0.1
// Bindings generated by `windows-bindgen` 0.49.0

#![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, dead_code, clippy::all)]
::windows_targets::link!("kernel32.dll" "system" fn CloseHandle(hobject : HANDLE) -> BOOL);
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/core/src/imp/com_bindings.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bindings generated by `riddle` 0.0.1
// Bindings generated by `windows-bindgen` 0.49.0

#![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, dead_code, clippy::all)]
#[inline]
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Wdk/Foundation/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("ntdll.dll" "system" #[doc = "*Required features: `\"Wdk_Foundation\"`, `\"Win32_Foundation\"`*"] fn NtClose(handle : super::super::Win32::Foundation:: HANDLE) -> super::super::Win32::Foundation:: NTSTATUS);
#[cfg(feature = "Win32_Foundation")]
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Wdk/Graphics/Direct3D/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("gdi32.dll" "system" #[doc = "*Required features: `\"Wdk_Graphics_Direct3D\"`, `\"Win32_Foundation\"`*"] fn D3DKMTAcquireKeyedMutex(param0 : *mut D3DKMT_ACQUIREKEYEDMUTEX) -> super::super::super::Win32::Foundation:: NTSTATUS);
#[cfg(feature = "Win32_Foundation")]
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Wdk/Graphics/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Wdk_Graphics_Direct3D")]
pub mod Direct3D;
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

::windows_targets::link!("fltmgr.sys" "system" #[doc = "*Required features: `\"Wdk_Storage_FileSystem_Minifilters\"`*"] fn FltAcknowledgeEcp(filter : PFLT_FILTER, ecpcontext : *const ::core::ffi::c_void) -> ());
::windows_targets::link!("fltmgr.sys" "system" #[doc = "*Required features: `\"Wdk_Storage_FileSystem_Minifilters\"`*"] fn FltAcquirePushLockExclusive(pushlock : *mut usize) -> ());
::windows_targets::link!("fltmgr.sys" "system" #[doc = "*Required features: `\"Wdk_Storage_FileSystem_Minifilters\"`*"] fn FltAcquirePushLockExclusiveEx(pushlock : *mut usize, flags : u32) -> ());
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Wdk/Storage/FileSystem/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Wdk_Storage_FileSystem_Minifilters")]
pub mod Minifilters;
::windows_targets::link!("secur32.dll" "system" #[doc = "*Required features: `\"Wdk_Storage_FileSystem\"`*"] fn ApplyControlToken(phcontext : *const SecHandle, pinput : *const SecBufferDesc) -> ::windows_sys::core::HRESULT);
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Wdk/Storage/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Wdk_Storage_FileSystem")]
pub mod FileSystem;
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Wdk/System/IO/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(all(feature = "Win32_Foundation", feature = "Win32_System_IO"))]
::windows_targets::link!("ntdll.dll" "system" #[doc = "*Required features: `\"Wdk_System_IO\"`, `\"Win32_Foundation\"`, `\"Win32_System_IO\"`*"] fn NtDeviceIoControlFile(filehandle : super::super::super::Win32::Foundation:: HANDLE, event : super::super::super::Win32::Foundation:: HANDLE, apcroutine : super::super::super::Win32::System::IO:: PIO_APC_ROUTINE, apccontext : *const ::core::ffi::c_void, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, iocontrolcode : u32, inputbuffer : *const ::core::ffi::c_void, inputbufferlength : u32, outputbuffer : *mut ::core::ffi::c_void, outputbufferlength : u32) -> super::super::super::Win32::Foundation:: NTSTATUS);
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Wdk/System/OfflineRegistry/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("offreg.dll" "system" #[doc = "*Required features: `\"Wdk_System_OfflineRegistry\"`, `\"Win32_Foundation\"`*"] fn ORCloseHive(handle : ORHKEY) -> super::super::super::Win32::Foundation:: WIN32_ERROR);
#[cfg(feature = "Win32_Foundation")]
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Wdk/System/Registry/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(all(feature = "Wdk_Foundation", feature = "Win32_Foundation", feature = "Win32_System_IO"))]
::windows_targets::link!("ntdll.dll" "system" #[doc = "*Required features: `\"Wdk_System_Registry\"`, `\"Wdk_Foundation\"`, `\"Win32_Foundation\"`, `\"Win32_System_IO\"`*"] fn NtNotifyChangeMultipleKeys(masterkeyhandle : super::super::super::Win32::Foundation:: HANDLE, count : u32, subordinateobjects : *const super::super::Foundation:: OBJECT_ATTRIBUTES, event : super::super::super::Win32::Foundation:: HANDLE, apcroutine : super::super::super::Win32::System::IO:: PIO_APC_ROUTINE, apccontext : *const ::core::ffi::c_void, iostatusblock : *mut super::super::super::Win32::System::IO:: IO_STATUS_BLOCK, completionfilter : u32, watchtree : super::super::super::Win32::Foundation:: BOOLEAN, buffer : *mut ::core::ffi::c_void, buffersize : u32, asynchronous : super::super::super::Win32::Foundation:: BOOLEAN) -> super::super::super::Win32::Foundation:: NTSTATUS);
#[cfg(feature = "Win32_Foundation")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("ntdll.dll" "system" #[doc = "*Required features: `\"Wdk_System_SystemInformation\"`, `\"Win32_Foundation\"`*"] fn NtQuerySystemInformation(systeminformationclass : SYSTEM_INFORMATION_CLASS, systeminformation : *mut ::core::ffi::c_void, systeminformationlength : u32, returnlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS);
#[cfg(feature = "Win32_Foundation")]
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Wdk/System/SystemServices/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Foundation", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power", feature = "Win32_System_WindowsProgramming"))]
::windows_targets::link!("clfs.sys" "system" #[doc = "*Required features: `\"Wdk_System_SystemServices\"`, `\"Wdk_Foundation\"`, `\"Wdk_Storage_FileSystem\"`, `\"Win32_Foundation\"`, `\"Win32_Security\"`, `\"Win32_System_IO\"`, `\"Win32_System_Kernel\"`, `\"Win32_System_Power\"`, `\"Win32_System_WindowsProgramming\"`*"] fn ClfsAddLogContainer(plfolog : *const super::super::Foundation:: FILE_OBJECT, pcbcontainer : *const u64, puszcontainerpath : *const super::super::super::Win32::Foundation:: UNICODE_STRING) -> super::super::super::Win32::Foundation:: NTSTATUS);
#[cfg(all(feature = "Wdk_Foundation", feature = "Wdk_Storage_FileSystem", feature = "Win32_Foundation", feature = "Win32_Security", feature = "Win32_System_IO", feature = "Win32_System_Kernel", feature = "Win32_System_Power", feature = "Win32_System_WindowsProgramming"))]
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Wdk/System/Threading/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("ntdll.dll" "system" #[doc = "*Required features: `\"Wdk_System_Threading\"`, `\"Win32_Foundation\"`*"] fn NtQueryInformationProcess(processhandle : super::super::super::Win32::Foundation:: HANDLE, processinformationclass : PROCESSINFOCLASS, processinformation : *mut ::core::ffi::c_void, processinformationlength : u32, returnlength : *mut u32) -> super::super::super::Win32::Foundation:: NTSTATUS);
#[cfg(feature = "Win32_Foundation")]
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Wdk/System/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Wdk_System_IO")]
pub mod IO;
#[cfg(feature = "Wdk_System_OfflineRegistry")]
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Wdk/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Wdk_Foundation")]
pub mod Foundation;
#[cfg(feature = "Wdk_Graphics")]
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Data/HtmlHelp/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("htmlhelp.dll" "system" #[doc = "*Required features: `\"Win32_Data_HtmlHelp\"`, `\"Win32_Foundation\"`*"] fn HtmlHelpA(hwndcaller : super::super::Foundation:: HWND, pszfile : ::windows_sys::core::PCSTR, ucommand : u32, dwdata : usize) -> super::super::Foundation:: HWND);
#[cfg(feature = "Win32_Foundation")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

::windows_targets::link!("msdrm.dll" "system" #[doc = "*Required features: `\"Win32_Data_RightsManagement\"`*"] fn DRMAcquireAdvisories(hlicensestorage : u32, wszlicense : ::windows_sys::core::PCWSTR, wszurl : ::windows_sys::core::PCWSTR, pvcontext : *mut ::core::ffi::c_void) -> ::windows_sys::core::HRESULT);
::windows_targets::link!("msdrm.dll" "system" #[doc = "*Required features: `\"Win32_Data_RightsManagement\"`*"] fn DRMAcquireIssuanceLicenseTemplate(hclient : u32, uflags : u32, pvreserved : *mut ::core::ffi::c_void, ctemplates : u32, pwsztemplateids : *const ::windows_sys::core::PCWSTR, wszurl : ::windows_sys::core::PCWSTR, pvcontext : *mut ::core::ffi::c_void) -> ::windows_sys::core::HRESULT);
::windows_targets::link!("msdrm.dll" "system" #[doc = "*Required features: `\"Win32_Data_RightsManagement\"`*"] fn DRMAcquireLicense(hsession : u32, uflags : u32, wszgroupidentitycredential : ::windows_sys::core::PCWSTR, wszrequestedrights : ::windows_sys::core::PCWSTR, wszcustomdata : ::windows_sys::core::PCWSTR, wszurl : ::windows_sys::core::PCWSTR, pvcontext : *mut ::core::ffi::c_void) -> ::windows_sys::core::HRESULT);
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Data/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Data_HtmlHelp")]
pub mod HtmlHelp;
#[cfg(feature = "Win32_Data_RightsManagement")]
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Devices/AllJoyn/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("msajapi.dll" "system" #[doc = "*Required features: `\"Win32_Devices_AllJoyn\"`, `\"Win32_Foundation\"`*"] fn AllJoynAcceptBusConnection(serverbushandle : super::super::Foundation:: HANDLE, abortevent : super::super::Foundation:: HANDLE) -> u32);
#[cfg(feature = "Win32_Foundation")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

::windows_targets::link!("winbio.dll" "system" #[doc = "*Required features: `\"Win32_Devices_BiometricFramework\"`*"] fn WinBioAcquireFocus() -> ::windows_sys::core::HRESULT);
::windows_targets::link!("winbio.dll" "system" #[doc = "*Required features: `\"Win32_Devices_BiometricFramework\"`*"] fn WinBioAsyncEnumBiometricUnits(frameworkhandle : u32, factor : u32) -> ::windows_sys::core::HRESULT);
::windows_targets::link!("winbio.dll" "system" #[doc = "*Required features: `\"Win32_Devices_BiometricFramework\"`*"] fn WinBioAsyncEnumDatabases(frameworkhandle : u32, factor : u32) -> ::windows_sys::core::HRESULT);
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Devices/Bluetooth/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("bthprops.cpl" "system" #[doc = "*Required features: `\"Win32_Devices_Bluetooth\"`, `\"Win32_Foundation\"`*"] fn BluetoothAuthenticateDevice(hwndparent : super::super::Foundation:: HWND, hradio : super::super::Foundation:: HANDLE, pbtbi : *mut BLUETOOTH_DEVICE_INFO, pszpasskey : ::windows_sys::core::PCWSTR, ulpasskeylength : u32) -> u32);
#[cfg(feature = "Win32_Foundation")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("kernel32.dll" "system" #[doc = "*Required features: `\"Win32_Devices_Communication\"`, `\"Win32_Foundation\"`*"] fn BuildCommDCBA(lpdef : ::windows_sys::core::PCSTR, lpdcb : *mut DCB) -> super::super::Foundation:: BOOL);
#[cfg(feature = "Win32_Foundation")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

::windows_targets::link!("cfgmgr32.dll" "system" #[doc = "*Required features: `\"Win32_Devices_DeviceAndDriverInstallation\"`*"] fn CMP_WaitNoPendingInstallEvents(dwtimeout : u32) -> u32);
#[cfg(feature = "Win32_Data_HtmlHelp")]
::windows_targets::link!("cfgmgr32.dll" "system" #[doc = "*Required features: `\"Win32_Devices_DeviceAndDriverInstallation\"`, `\"Win32_Data_HtmlHelp\"`*"] fn CM_Add_Empty_Log_Conf(plclogconf : *mut usize, dndevinst : u32, priority : super::super::Data::HtmlHelp:: PRIORITY, ulflags : u32) -> CONFIGRET);
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Devices/DeviceQuery/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

::windows_targets::link!("api-ms-win-devices-query-l1-1-0.dll" "system" #[doc = "*Required features: `\"Win32_Devices_DeviceQuery\"`*"] fn DevCloseObjectQuery(hdevquery : HDEVQUERY) -> ());
#[cfg(feature = "Win32_Devices_Properties")]
::windows_targets::link!("api-ms-win-devices-query-l1-1-0.dll" "system" #[doc = "*Required features: `\"Win32_Devices_DeviceQuery\"`, `\"Win32_Devices_Properties\"`*"] fn DevCreateObjectQuery(objecttype : DEV_OBJECT_TYPE, queryflags : u32, crequestedproperties : u32, prequestedproperties : *const super::Properties:: DEVPROPCOMPKEY, cfilterexpressioncount : u32, pfilter : *const DEVPROP_FILTER_EXPRESSION, pcallback : PDEV_QUERY_RESULT_CALLBACK, pcontext : *const ::core::ffi::c_void, phdevquery : *mut HDEVQUERY) -> ::windows_sys::core::HRESULT);
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Devices/Display/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("gdi32.dll" "system" #[doc = "*Required features: `\"Win32_Devices_Display\"`, `\"Win32_Foundation\"`*"] fn BRUSHOBJ_hGetColorTransform(pbo : *mut BRUSHOBJ) -> super::super::Foundation:: HANDLE);
::windows_targets::link!("gdi32.dll" "system" #[doc = "*Required features: `\"Win32_Devices_Display\"`*"] fn BRUSHOBJ_pvAllocRbrush(pbo : *mut BRUSHOBJ, cj : u32) -> *mut ::core::ffi::c_void);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

::windows_targets::link!("cfgmgr32.dll" "system" #[doc = "*Required features: `\"Win32_Devices_Enumeration_Pnp\"`*"] fn SwDeviceClose(hswdevice : HSWDEVICE) -> ());
#[cfg(all(feature = "Win32_Devices_Properties", feature = "Win32_Foundation", feature = "Win32_Security"))]
::windows_targets::link!("cfgmgr32.dll" "system" #[doc = "*Required features: `\"Win32_Devices_Enumeration_Pnp\"`, `\"Win32_Devices_Properties\"`, `\"Win32_Foundation\"`, `\"Win32_Security\"`*"] fn SwDeviceCreate(pszenumeratorname : ::windows_sys::core::PCWSTR, pszparentdeviceinstance : ::windows_sys::core::PCWSTR, pcreateinfo : *const SW_DEVICE_CREATE_INFO, cpropertycount : u32, pproperties : *const super::super::Properties:: DEVPROPERTY, pcallback : SW_DEVICE_CREATE_CALLBACK, pcontext : *const ::core::ffi::c_void, phswdevice : *mut HSWDEVICE) -> ::windows_sys::core::HRESULT);
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Devices/Enumeration/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Devices_Enumeration_Pnp")]
pub mod Pnp;
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Devices/Fax/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("fxsutility.dll" "system" #[doc = "*Required features: `\"Win32_Devices_Fax\"`, `\"Win32_Foundation\"`*"] fn CanSendToFaxRecipient() -> super::super::Foundation:: BOOL);
#[cfg(feature = "Win32_Foundation")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("dinput8.dll" "system" #[doc = "*Required features: `\"Win32_Devices_HumanInterfaceDevice\"`, `\"Win32_Foundation\"`*"] fn DirectInput8Create(hinst : super::super::Foundation:: HINSTANCE, dwversion : u32, riidltf : *const ::windows_sys::core::GUID, ppvout : *mut *mut ::core::ffi::c_void, punkouter : ::windows_sys::core::IUnknown) -> ::windows_sys::core::HRESULT);
#[cfg(feature = "Win32_Foundation")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

::windows_targets::link!("dmprocessxmlfiltered.dll" "system" #[doc = "*Required features: `\"Win32_Devices_PortableDevices\"`*"] fn DMProcessConfigXMLFiltered(pszxmlin : ::windows_sys::core::PCWSTR, rgszallowedcspnodes : *const ::windows_sys::core::PCWSTR, dwnumallowedcspnodes : u32, pbstrxmlout : *mut ::windows_sys::core::BSTR) -> ::windows_sys::core::HRESULT);
pub type IConnectionRequestCallback = *mut ::core::ffi::c_void;
pub type IEnumPortableDeviceConnectors = *mut ::core::ffi::c_void;
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Devices/Properties/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[doc = "*Required features: `\"Win32_Devices_Properties\"`*"]
pub const DEVPKEY_DevQuery_ObjectType: DEVPROPKEY = DEVPROPKEY { fmtid: ::windows_sys::core::GUID::from_u128(0x13673f42_a3d6_49f6_b4da_ae46e0c5237c), pid: 2 };
#[doc = "*Required features: `\"Win32_Devices_Properties\"`*"]
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Devices/Pwm/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[doc = "*Required features: `\"Win32_Devices_Pwm\"`*"]
pub const GUID_DEVINTERFACE_PWM_CONTROLLER: ::windows_sys::core::GUID = ::windows_sys::core::GUID::from_u128(0x60824b4c_eed1_4c9c_b49c_1b961461a819);
#[doc = "*Required features: `\"Win32_Devices_Pwm\"`*"]
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Devices/Sensors/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(all(feature = "Win32_Foundation", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))]
::windows_targets::link!("sensorsutilsv2.dll" "system" #[doc = "*Required features: `\"Win32_Devices_Sensors\"`, `\"Win32_Foundation\"`, `\"Win32_System_Com_StructuredStorage\"`, `\"Win32_System_Variant\"`, `\"Win32_UI_Shell_PropertiesSystem\"`*"] fn CollectionsListAllocateBufferAndSerialize(sourcecollection : *const SENSOR_COLLECTION_LIST, ptargetbuffersizeinbytes : *mut u32, ptargetbuffer : *mut *mut u8) -> super::super::Foundation:: NTSTATUS);
#[cfg(all(feature = "Win32_Foundation", feature = "Win32_System_Com_StructuredStorage", feature = "Win32_System_Variant", feature = "Win32_UI_Shell_PropertiesSystem"))]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

::windows_targets::link!("msports.dll" "system" #[doc = "*Required features: `\"Win32_Devices_SerialCommunication\"`*"] fn ComDBClaimNextFreePort(hcomdb : HCOMDB, comnumber : *mut u32) -> i32);
#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("msports.dll" "system" #[doc = "*Required features: `\"Win32_Devices_SerialCommunication\"`, `\"Win32_Foundation\"`*"] fn ComDBClaimPort(hcomdb : HCOMDB, comnumber : u32, forceclaim : super::super::Foundation:: BOOL, forced : *mut super::super::Foundation:: BOOL) -> i32);
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Devices/Tapi/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_System_Com")]
::windows_targets::link!("mapi32.dll" "system" #[doc = "*Required features: `\"Win32_Devices_Tapi\"`, `\"Win32_System_Com\"`*"] fn GetTnefStreamCodepage(lpstream : super::super::System::Com:: IStream, lpulcodepage : *mut u32, lpulsubcodepage : *mut u32) -> ::windows_sys::core::HRESULT);
#[cfg(all(feature = "Win32_System_AddressBook", feature = "Win32_System_Com"))]
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Devices/Usb/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Foundation")]
::windows_targets::link!("winusb.dll" "system" #[doc = "*Required features: `\"Win32_Devices_Usb\"`, `\"Win32_Foundation\"`*"] fn WinUsb_AbortPipe(interfacehandle : WINUSB_INTERFACE_HANDLE, pipeid : u8) -> super::super::Foundation:: BOOL);
#[cfg(all(feature = "Win32_Foundation", feature = "Win32_System_IO"))]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

::windows_targets::link!("wsdapi.dll" "system" #[doc = "*Required features: `\"Win32_Devices_WebServicesOnDevices\"`*"] fn WSDAllocateLinkedMemory(pparent : *mut ::core::ffi::c_void, cbsize : usize) -> *mut ::core::ffi::c_void);
::windows_targets::link!("wsdapi.dll" "system" #[doc = "*Required features: `\"Win32_Devices_WebServicesOnDevices\"`*"] fn WSDAttachLinkedMemory(pparent : *mut ::core::ffi::c_void, pchild : *mut ::core::ffi::c_void) -> ());
::windows_targets::link!("wsdapi.dll" "system" #[doc = "*Required features: `\"Win32_Devices_WebServicesOnDevices\"`*"] fn WSDCreateDeviceHost(pszlocalid : ::windows_sys::core::PCWSTR, pcontext : IWSDXMLContext, ppdevicehost : *mut IWSDDeviceHost) -> ::windows_sys::core::HRESULT);
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Devices/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

#[cfg(feature = "Win32_Devices_AllJoyn")]
pub mod AllJoyn;
#[cfg(feature = "Win32_Devices_BiometricFramework")]
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/sys/src/Windows/Win32/Foundation/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Bindings generated by `riddle` 0.0.1

::windows_targets::link!("kernel32.dll" "system" #[doc = "*Required features: `\"Win32_Foundation\"`*"] fn CloseHandle(hobject : HANDLE) -> BOOL);
::windows_targets::link!("api-ms-win-core-handle-l1-1-0.dll" "system" #[doc = "*Required features: `\"Win32_Foundation\"`*"] fn CompareObjectHandles(hfirstobjecthandle : HANDLE, hsecondobjecthandle : HANDLE) -> BOOL);
::windows_targets::link!("kernel32.dll" "system" #[doc = "*Required features: `\"Win32_Foundation\"`*"] fn DuplicateHandle(hsourceprocesshandle : HANDLE, hsourcehandle : HANDLE, htargetprocesshandle : HANDLE, lptargethandle : *mut HANDLE, dwdesiredaccess : u32, binherithandle : BOOL, dwoptions : DUPLICATE_HANDLE_OPTIONS) -> BOOL);
Expand Down
Loading

0 comments on commit 7d03cc5

Please sign in to comment.