Home
last modified time | relevance | path

Searched refs:lpstring (Results 1 – 17 of 17) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/DataExchange/
H A Dmod.rs5 pub fn AddAtomA(lpstring: super::super::Foundation::PSTR) -> u16; in AddAtomA()
7 pub fn AddAtomW(lpstring: super::super::Foundation::PWSTR) -> u16; in AddAtomW()
72 pub fn FindAtomA(lpstring: super::super::Foundation::PSTR) -> u16; in FindAtomA()
74 pub fn FindAtomW(lpstring: super::super::Foundation::PWSTR) -> u16; in FindAtomW()
98 pub fn GlobalAddAtomA(lpstring: super::super::Foundation::PSTR) -> u16; in GlobalAddAtomA()
100 pub fn GlobalAddAtomExA(lpstring: super::super::Foundation::PSTR, flags: u32) -> u16; in GlobalAddAtomExA()
102 pub fn GlobalAddAtomExW(lpstring: super::super::Foundation::PWSTR, flags: u32) -> u16; in GlobalAddAtomExW()
104 pub fn GlobalAddAtomW(lpstring: super::super::Foundation::PWSTR) -> u16; in GlobalAddAtomW()
107 pub fn GlobalFindAtomA(lpstring: super::super::Foundation::PSTR) -> u16; in GlobalFindAtomA()
109 pub fn GlobalFindAtomW(lpstring: super::super::Foundation::PWSTR) -> u16; in GlobalFindAtomW()
/dports/www/interchange/interchange-5.6.3/dist/src/
H A Dtlink.c174 char* lpstring; in open_socket() local
187 lpstring = getenv("MINIVEND_PORT"); in open_socket()
188 if(lpstring != 0) { in open_socket()
189 lport = atoi(lpstring); in open_socket()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/DataExchange/
H A Dmod.rs11 fn AddAtomA(lpstring: super::super::Foundation::PSTR) -> u16;
13 ::std::mem::transmute(AddAtomA(lpstring.into_param().abi()))
25 fn AddAtomW(lpstring: super::super::Foundation::PWSTR) -> u16;
27 ::std::mem::transmute(AddAtomW(lpstring.into_param().abi()))
1255 fn FindAtomA(lpstring: super::super::Foundation::PSTR) -> u16;
1257 ::std::mem::transmute(FindAtomA(lpstring.into_param().abi()))
1269 fn FindAtomW(lpstring: super::super::Foundation::PWSTR) -> u16;
1271 ::std::mem::transmute(FindAtomW(lpstring.into_param().abi()))
1451 ::std::mem::transmute(GlobalAddAtomA(lpstring.into_param().abi()))
1493 ::std::mem::transmute(GlobalAddAtomW(lpstring.into_param().abi()))
[all …]
/dports/biology/bbmap/bbmap/current/tax/
H A DTaxSize.java180 String lpstring=Tools.padKM(linesProcessed, 8); in process() local
199 …outstream.println("Lines Processed: "+lpstring+" \t"+String.format(Locale.ROOT, "%.2fk reads/se… in process()
H A DExplodeTree.java212 String lpstring=Tools.padKM(linesProcessed, 8); in process() local
231 …outstream.println("Lines Processed: "+lpstring+" \t"+String.format(Locale.ROOT, "%.2fk reads/se… in process()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/WindowsAndMessaging/
H A Dmod.rs4359 ::std::mem::transmute(GetPropA(hwnd.into_param().abi(), lpstring.into_param().abi())) in GetPropA()
4373 ::std::mem::transmute(GetPropW(hwnd.into_param().abi(), lpstring.into_param().abi())) in GetPropW()
9248 fn RegisterWindowMessageA(lpstring: super::super::Foundation::PSTR) -> u32; in RegisterWindowMessageA()
9250 ::std::mem::transmute(RegisterWindowMessageA(lpstring.into_param().abi())) in RegisterWindowMessageA()
9262 fn RegisterWindowMessageW(lpstring: super::super::Foundation::PWSTR) -> u32; in RegisterWindowMessageW()
9264 ::std::mem::transmute(RegisterWindowMessageW(lpstring.into_param().abi())) in RegisterWindowMessageW()
9292 ::std::mem::transmute(RemovePropA(hwnd.into_param().abi(), lpstring.into_param().abi())) in RemovePropA()
9306 ::std::mem::transmute(RemovePropW(hwnd.into_param().abi(), lpstring.into_param().abi())) in RemovePropW()
11062 …::std::mem::transmute(SetPropA(hwnd.into_param().abi(), lpstring.into_param().abi(), hdata.into_pa… in SetPropA()
11230 ::std::mem::transmute(SetWindowTextA(hwnd.into_param().abi(), lpstring.into_param().abi())) in SetWindowTextA()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/WindowsAndMessaging/
H A Dmod.rs314 …pub fn GetMenuStringA(hmenu: HMENU, uiditem: u32, lpstring: super::super::Foundation::PSTR, cchmax… in GetMenuStringA()
316 …pub fn GetMenuStringW(hmenu: HMENU, uiditem: u32, lpstring: super::super::Foundation::PWSTR, cchma… in GetMenuStringW()
336 …pub fn GetPropA(hwnd: super::super::Foundation::HWND, lpstring: super::super::Foundation::PSTR) ->… in GetPropA()
338 …pub fn GetPropW(hwnd: super::super::Foundation::HWND, lpstring: super::super::Foundation::PWSTR) -… in GetPropW()
384 …pub fn GetWindowTextA(hwnd: super::super::Foundation::HWND, lpstring: super::super::Foundation::PS… in GetWindowTextA()
390 …pub fn GetWindowTextW(hwnd: super::super::Foundation::HWND, lpstring: super::super::Foundation::PW… in GetWindowTextW()
614 pub fn RegisterWindowMessageA(lpstring: super::super::Foundation::PSTR) -> u32; in RegisterWindowMessageA()
616 pub fn RegisterWindowMessageW(lpstring: super::super::Foundation::PWSTR) -> u32; in RegisterWindowMessageW()
620 …pub fn RemovePropA(hwnd: super::super::Foundation::HWND, lpstring: super::super::Foundation::PSTR)… in RemovePropA()
622 …pub fn RemovePropW(hwnd: super::super::Foundation::HWND, lpstring: super::super::Foundation::PWSTR… in RemovePropW()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/WindowsProgramming/
H A Dmod.rs394 …pub fn WritePrivateProfileSectionA(lpappname: super::super::Foundation::PSTR, lpstring: super::sup… in WritePrivateProfileSectionA()
396 …pub fn WritePrivateProfileSectionW(lpappname: super::super::Foundation::PWSTR, lpstring: super::su… in WritePrivateProfileSectionW()
398 …er::super::Foundation::PSTR, lpkeyname: super::super::Foundation::PSTR, lpstring: super::super::Fo… in WritePrivateProfileStringA()
400 …::super::Foundation::PWSTR, lpkeyname: super::super::Foundation::PWSTR, lpstring: super::super::Fo… in WritePrivateProfileStringW()
406 …pub fn WriteProfileSectionA(lpappname: super::super::Foundation::PSTR, lpstring: super::super::Fou… in WriteProfileSectionA()
408 …pub fn WriteProfileSectionW(lpappname: super::super::Foundation::PWSTR, lpstring: super::super::Fo… in WriteProfileSectionW()
410 …er::super::Foundation::PSTR, lpkeyname: super::super::Foundation::PSTR, lpstring: super::super::Fo… in WriteProfileStringA()
412 …::super::Foundation::PWSTR, lpkeyname: super::super::Foundation::PWSTR, lpstring: super::super::Fo… in WriteProfileStringW()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Gdi/
H A Dmod.rs296 …pub fn GetCharacterPlacementA(hdc: HDC, lpstring: super::super::Foundation::PSTR, ncount: i32, nme… in GetCharacterPlacementA()
386 …pub fn GetTabbedTextExtentA(hdc: HDC, lpstring: super::super::Foundation::PSTR, chcount: i32, ntab… in GetTabbedTextExtentA()
388 …pub fn GetTabbedTextExtentW(hdc: HDC, lpstring: super::super::Foundation::PWSTR, chcount: i32, nta… in GetTabbedTextExtentW()
399 …pub fn GetTextExtentPoint32A(hdc: HDC, lpstring: super::super::Foundation::PSTR, c: i32, psizl: *m… in GetTextExtentPoint32A()
401 …pub fn GetTextExtentPoint32W(hdc: HDC, lpstring: super::super::Foundation::PWSTR, c: i32, psizl: *… in GetTextExtentPoint32W()
403 …pub fn GetTextExtentPointA(hdc: HDC, lpstring: super::super::Foundation::PSTR, c: i32, lpsz: *mut … in GetTextExtentPointA()
407 …pub fn GetTextExtentPointW(hdc: HDC, lpstring: super::super::Foundation::PWSTR, c: i32, lpsz: *mut… in GetTextExtentPointW()
670 …pub fn TabbedTextOutA(hdc: HDC, x: i32, y: i32, lpstring: super::super::Foundation::PSTR, chcount:… in TabbedTextOutA()
672 …pub fn TabbedTextOutW(hdc: HDC, x: i32, y: i32, lpstring: super::super::Foundation::PWSTR, chcount… in TabbedTextOutW()
674 …pub fn TextOutA(hdc: HDC, x: i32, y: i32, lpstring: super::super::Foundation::PSTR, c: i32) -> sup… in TextOutA()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Input/KeyboardAndMouse/
H A Dmod.rs281 pub unsafe fn GetKeyNameTextA(lparam: i32, lpstring: super::super::super::Foundation::PSTR, cchsize… in GetKeyNameTextA()
286 …fn GetKeyNameTextA(lparam: i32, lpstring: super::super::super::Foundation::PSTR, cchsize: i32) -> … in GetKeyNameTextA()
288 …te(GetKeyNameTextA(::std::mem::transmute(lparam), ::std::mem::transmute(lpstring), ::std::mem::tra… in GetKeyNameTextA()
295 pub unsafe fn GetKeyNameTextW(lparam: i32, lpstring: super::super::super::Foundation::PWSTR, cchsiz… in GetKeyNameTextW()
300 …fn GetKeyNameTextW(lparam: i32, lpstring: super::super::super::Foundation::PWSTR, cchsize: i32) ->… in GetKeyNameTextW()
302 …te(GetKeyNameTextW(::std::mem::transmute(lparam), ::std::mem::transmute(lpstring), ::std::mem::tra… in GetKeyNameTextW()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Gdi/
H A Dmod.rs10009 …fn GetTabbedTextExtentA(hdc: HDC, lpstring: super::super::Foundation::PSTR, chcount: i32, ntabposi… in GetTabbedTextExtentA()
10023 …fn GetTabbedTextExtentW(hdc: HDC, lpstring: super::super::Foundation::PWSTR, chcount: i32, ntabpos… in GetTabbedTextExtentW()
10120 …::std::mem::transmute(GetTextExtentPoint32A(hdc.into_param().abi(), lpstring.into_param().abi(), :… in GetTextExtentPoint32A()
10134 …::std::mem::transmute(GetTextExtentPoint32W(hdc.into_param().abi(), lpstring.into_param().abi(), :… in GetTextExtentPoint32W()
10146 …fn GetTextExtentPointA(hdc: HDC, lpstring: super::super::Foundation::PSTR, c: i32, lpsz: *mut supe… in GetTextExtentPointA()
10148 …::std::mem::transmute(GetTextExtentPointA(hdc.into_param().abi(), lpstring.into_param().abi(), ::s… in GetTextExtentPointA()
10176 …::std::mem::transmute(GetTextExtentPointW(hdc.into_param().abi(), lpstring.into_param().abi(), ::s… in GetTextExtentPointW()
15566 …fn TextOutA(hdc: HDC, x: i32, y: i32, lpstring: super::super::Foundation::PSTR, c: i32) -> super::… in TextOutA()
15568 …into_param().abi(), ::std::mem::transmute(x), ::std::mem::transmute(y), lpstring.into_param().abi(… in TextOutA()
15580 …fn TextOutW(hdc: HDC, x: i32, y: i32, lpstring: super::super::Foundation::PWSTR, c: i32) -> super:… in TextOutW()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Input/KeyboardAndMouse/
H A Dmod.rs22 …pub fn GetKeyNameTextA(lparam: i32, lpstring: super::super::super::Foundation::PSTR, cchsize: i32)… in GetKeyNameTextA()
24 …pub fn GetKeyNameTextW(lparam: i32, lpstring: super::super::super::Foundation::PWSTR, cchsize: i32… in GetKeyNameTextW()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/WindowsProgramming/
H A Dmod.rs13487 …::std::mem::transmute(WritePrivateProfileSectionA(lpappname.into_param().abi(), lpstring.into_para… in WritePrivateProfileSectionA()
13501 …::std::mem::transmute(WritePrivateProfileSectionW(lpappname.into_param().abi(), lpstring.into_para… in WritePrivateProfileSectionW()
13515 …fileStringA(lpappname.into_param().abi(), lpkeyname.into_param().abi(), lpstring.into_param().abi(… in WritePrivateProfileStringA()
13529 …fileStringW(lpappname.into_param().abi(), lpkeyname.into_param().abi(), lpstring.into_param().abi(… in WritePrivateProfileStringW()
13569 …fn WriteProfileSectionA(lpappname: super::super::Foundation::PSTR, lpstring: super::super::Foundat… in WriteProfileSectionA()
13571 …::std::mem::transmute(WriteProfileSectionA(lpappname.into_param().abi(), lpstring.into_param().abi… in WriteProfileSectionA()
13583 …fn WriteProfileSectionW(lpappname: super::super::Foundation::PWSTR, lpstring: super::super::Founda… in WriteProfileSectionW()
13585 …::std::mem::transmute(WriteProfileSectionW(lpappname.into_param().abi(), lpstring.into_param().abi… in WriteProfileSectionW()
13597 …er::super::Foundation::PSTR, lpkeyname: super::super::Foundation::PSTR, lpstring: super::super::Fo… in WriteProfileStringA()
13599 …fileStringA(lpappname.into_param().abi(), lpkeyname.into_param().abi(), lpstring.into_param().abi(… in WriteProfileStringA()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Globalization/
H A Dmod.rs135 …pub fn GetStringScripts(dwflags: u32, lpstring: super::Foundation::PWSTR, cchstring: i32, lpscript… in GetStringScripts()
188 …nction: u32, dwflags: u32, lpversioninformation: *const NLSVERSIONINFO, lpstring: super::Foundatio… in IsNLSDefinedString()
190 …pub fn IsNormalizedString(normform: NORM_FORM, lpstring: super::Foundation::PWSTR, cwlength: i32) … in IsNormalizedString()
382 pub fn lstrlenA(lpstring: super::Foundation::PSTR) -> i32; in lstrlenA()
384 pub fn lstrlenW(lpstring: super::Foundation::PWSTR) -> i32; in lstrlenW()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Controls/
H A Dmod.rs105 …pub fn DlgDirSelectComboBoxExA(hwnddlg: super::super::Foundation::HWND, lpstring: super::super::Fo… in DlgDirSelectComboBoxExA()
107 …pub fn DlgDirSelectComboBoxExW(hwnddlg: super::super::Foundation::HWND, lpstring: super::super::Fo… in DlgDirSelectComboBoxExW()
109 …pub fn DlgDirSelectExA(hwnddlg: super::super::Foundation::HWND, lpstring: super::super::Foundation… in DlgDirSelectExA()
111 …pub fn DlgDirSelectExW(hwnddlg: super::super::Foundation::HWND, lpstring: super::super::Foundation… in DlgDirSelectExW()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Controls/
H A Dmod.rs2556 …untime::IntoParam<'a, super::super::Foundation::HWND>>(hwnddlg: Param0, lpstring: super::super::Fo… in DlgDirSelectComboBoxExA()
2561 …fn DlgDirSelectComboBoxExA(hwnddlg: super::super::Foundation::HWND, lpstring: super::super::Founda… in DlgDirSelectComboBoxExA()
2563 …gDirSelectComboBoxExA(hwnddlg.into_param().abi(), ::std::mem::transmute(lpstring), ::std::mem::tra… in DlgDirSelectComboBoxExA()
2575 …fn DlgDirSelectComboBoxExW(hwnddlg: super::super::Foundation::HWND, lpstring: super::super::Founda… in DlgDirSelectComboBoxExW()
2577 …gDirSelectComboBoxExW(hwnddlg.into_param().abi(), ::std::mem::transmute(lpstring), ::std::mem::tra… in DlgDirSelectComboBoxExW()
2584 …untime::IntoParam<'a, super::super::Foundation::HWND>>(hwnddlg: Param0, lpstring: super::super::Fo… in DlgDirSelectExA()
2589 …fn DlgDirSelectExA(hwnddlg: super::super::Foundation::HWND, lpstring: super::super::Foundation::PS… in DlgDirSelectExA()
2591 …smute(DlgDirSelectExA(hwnddlg.into_param().abi(), ::std::mem::transmute(lpstring), ::std::mem::tra… in DlgDirSelectExA()
2598 …untime::IntoParam<'a, super::super::Foundation::HWND>>(hwnddlg: Param0, lpstring: super::super::Fo… in DlgDirSelectExW()
2603 …fn DlgDirSelectExW(hwnddlg: super::super::Foundation::HWND, lpstring: super::super::Foundation::PW… in DlgDirSelectExW()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Globalization/
H A Dmod.rs1960 …fn GetStringScripts(dwflags: u32, lpstring: super::Foundation::PWSTR, cchstring: i32, lpscripts: s… in GetStringScripts()
4845 …nction: u32, dwflags: u32, lpversioninformation: *const NLSVERSIONINFO, lpstring: super::Foundatio… in IsNLSDefinedString()
4854 …:runtime::IntoParam<'a, super::Foundation::PWSTR>>(normform: NORM_FORM, lpstring: Param1, cwlength… in IsNormalizedString()
4859 …fn IsNormalizedString(normform: NORM_FORM, lpstring: super::Foundation::PWSTR, cwlength: i32) -> s… in IsNormalizedString()
4861 …::std::mem::transmute(IsNormalizedString(::std::mem::transmute(normform), lpstring.into_param().ab… in IsNormalizedString()
12615 …<'a, Param0: ::windows::runtime::IntoParam<'a, super::Foundation::PSTR>>(lpstring: Param0) -> i32 { in lstrlenA()
12620 fn lstrlenA(lpstring: super::Foundation::PSTR) -> i32; in lstrlenA()
12622 ::std::mem::transmute(lstrlenA(lpstring.into_param().abi())) in lstrlenA()
12629 …'a, Param0: ::windows::runtime::IntoParam<'a, super::Foundation::PWSTR>>(lpstring: Param0) -> i32 { in lstrlenW()
12634 fn lstrlenW(lpstring: super::Foundation::PWSTR) -> i32; in lstrlenW()
[all …]