Home
last modified time | relevance | path

Searched refs:PathCchFindExtension (Results 1 – 10 of 10) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpathcch.h34 …WINPATHCCHAPI HRESULT APIENTRY PathCchFindExtension (PCWSTR pszPath, size_t cchPath, PCWSTR *ppszE…
122 __CRT_INLINE HRESULT PathCchFindExtension (PWSTR path, size_t n, PWSTR *pext) { in PathCchFindExtension() function
123 return PathCchFindExtension (const_cast<PCWSTR> (path), n, const_cast<PCWSTR *> (pext)); in PathCchFindExtension()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpathcch.h34 …WINPATHCCHAPI HRESULT APIENTRY PathCchFindExtension (PCWSTR pszPath, size_t cchPath, PCWSTR *ppszE…
122 __CRT_INLINE HRESULT PathCchFindExtension (PWSTR path, size_t n, PWSTR *pext) { in PathCchFindExtension() function
123 return PathCchFindExtension (const_cast<PCWSTR> (path), n, const_cast<PCWSTR *> (pext)); in PathCchFindExtension()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib32/
H A Dapi-ms-win-core-path-l1-1-0.def16 PathCchFindExtension@12
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dapi-ms-win-core-path-l1-1-0.def16 PathCchFindExtension
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib32/
H A Dapi-ms-win-core-path-l1-1-0.def16 PathCchFindExtension@12
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dapi-ms-win-core-path-l1-1-0.def16 PathCchFindExtension
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dpath.h150 #define PathCchFindExtension PathCchFindExtensionW macro
173 #define PathCchFindExtension PathCchFindExtensionA macro
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dgetpath.c233 SUCCEEDED(PathCchFindExtension(path, cchPath + 1, &ext)) && in getpath_isxfile()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs346 …pub fn PathCchFindExtension(pszpath: super::super::Foundation::PWSTR, cchpath: usize, ppszext: *mu… in PathCchFindExtension() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs41924 pub unsafe fn PathCchFindExtension<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::Foun…
41929 …fn PathCchFindExtension(pszpath: super::super::Foundation::PWSTR, cchpath: usize, ppszext: *mut su…
41932PathCchFindExtension(pszpath.into_param().abi(), ::std::mem::transmute(cchpath), &mut result__).fr…