Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlwapi.h690 } PARSEDURLA, *PPARSEDURLA; typedef
701 LWSTDAPI ParseURLA(LPCSTR pcszURL, PARSEDURLA *ppu);
710 typedef PARSEDURLA PARSEDURL;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlwapi.h690 } PARSEDURLA, *PPARSEDURLA; typedef
701 LWSTDAPI ParseURLA(LPCSTR pcszURL, PARSEDURLA *ppu);
710 typedef PARSEDURLA PARSEDURL;
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/src/
H A Dshlwapi.pp321 PARSEDURLA = tagPARSEDURLA;
322 PPARSEDURLA = ^PARSEDURLA;
341 PARSEDURL = PARSEDURLA;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs300 …pub fn ParseURLA(pcszurl: super::super::Foundation::PSTR, ppu: *mut PARSEDURLA) -> ::windows_sys::… in ParseURLA()
6062 pub struct PARSEDURLA { struct
6071 impl ::core::marker::Copy for PARSEDURLA {} argument
6073 impl ::core::clone::Clone for PARSEDURLA { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs40923 pub struct PARSEDURLA {
40932 impl PARSEDURLA {}
40934 impl ::std::default::Default for PARSEDURLA {
40940 impl ::std::fmt::Debug for PARSEDURLA {
40946 impl ::std::cmp::PartialEq for PARSEDURLA {
40952 impl ::std::cmp::Eq for PARSEDURLA {}
40954 unsafe impl ::windows::runtime::Abi for PARSEDURLA {
41599 …oParam<'a, super::super::Foundation::PSTR>>(pcszurl: Param0, ppu: *mut PARSEDURLA) -> ::windows::r…
41604 …fn ParseURLA(pcszurl: super::super::Foundation::PSTR, ppu: *mut PARSEDURLA) -> ::windows::runtime:…