Home
last modified time | relevance | path

Searched refs:lpDefaultPath (Results 1 – 8 of 8) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dprofinfo.h16 LPSTR lpDefaultPath; member
27 LPWSTR lpDefaultPath; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dprofinfo.h16 LPSTR lpDefaultPath; member
27 LPWSTR lpDefaultPath; member
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaprofinfo.pas73 lpDefaultPath: LPSTR; // Default user profile path (optional, can be NULL)
91 lpDefaultPath: LPWSTR; // Default user profile path (optional, can be NULL)
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Duserenv.h41 LPSTR lpDefaultPath; member
51 LPWSTR lpDefaultPath; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Duserenv.h41 LPSTR lpDefaultPath; member
51 LPWSTR lpDefaultPath; member
/dports/devel/staf/src/staf/stafif/win32/
H A DSTAFProcess.cpp39 LPTSTR lpDefaultPath; // Default user profile path member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs6301 pub lpDefaultPath: super::super::Foundation::PSTR, field
6321 pub lpDefaultPath: super::super::Foundation::PWSTR, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs41442 pub lpDefaultPath: super::super::Foundation::PSTR,
41463 .field("lpDefaultPath", &self.lpDefaultPath)
41473 …Name && self.lpProfilePath == other.lpProfilePath && self.lpDefaultPath == other.lpDefaultPath && …
41491 pub lpDefaultPath: super::super::Foundation::PWSTR,
41512 .field("lpDefaultPath", &self.lpDefaultPath)
41522 …Name && self.lpProfilePath == other.lpProfilePath && self.lpDefaultPath == other.lpDefaultPath && …