Home
last modified time | relevance | path

Searched defs:COPYENGINE_E_FILE_TOO_LARGE (Results 1 – 3 of 3) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsherrors.h42 #define COPYENGINE_E_FILE_TOO_LARGE _HRESULT_TYPEDEF_ (__MSABI_LONG(0x8027000d)) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsherrors.h42 #define COPYENGINE_E_FILE_TOO_LARGE _HRESULT_TYPEDEF_ (__MSABI_LONG(0x8027000d)) macro
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs2546 pub const COPYENGINE_E_FILE_TOO_LARGE: ::windows_sys::core::HRESULT = -2144927731i32; const