Home
last modified time | relevance | path

Searched refs:ID_ERROR_OBJECT (Results 1 – 5 of 5) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwalpmapi.pas1225 ID_ERROR_OBJECT = record
1234 TIdErrorObject = ID_ERROR_OBJECT;
1235 PIdErrorObject = ^ID_ERROR_OBJECT;
1238 ID_ERR_OBJ_HDR_LEN = SizeOf(ID_ERROR_OBJECT) - 4 * SizeOf(UCHAR);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dlpmapi.h582 } ID_ERROR_OBJECT; typedef
584 #define ID_ERR_OBJ_HDR_LEN (sizeof(ID_ERROR_OBJECT) - 4 *sizeof(UCHAR))
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dlpmapi.h582 } ID_ERROR_OBJECT; typedef
584 #define ID_ERR_OBJ_HDR_LEN (sizeof(ID_ERROR_OBJECT) - 4 *sizeof(UCHAR))
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/QoS/
H A Dmod.rs510 pub struct ID_ERROR_OBJECT { struct
518 impl ::core::marker::Copy for ID_ERROR_OBJECT {} argument
519 impl ::core::clone::Clone for ID_ERROR_OBJECT { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/QoS/
H A Dmod.rs853 pub struct ID_ERROR_OBJECT { struct
861 impl ID_ERROR_OBJECT {} argument
862 impl ::std::default::Default for ID_ERROR_OBJECT { implementation
867 impl ::std::fmt::Debug for ID_ERROR_OBJECT { implementation
872 impl ::std::cmp::PartialEq for ID_ERROR_OBJECT { implementation
877 impl ::std::cmp::Eq for ID_ERROR_OBJECT {} implementation
878 unsafe impl ::windows::runtime::Abi for ID_ERROR_OBJECT { implementation