Home
last modified time | relevance | path

Searched defs:DdeSetQualityOfService (Results 1 – 2 of 2) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwadde.pas220 function DdeSetQualityOfService(hwndClient: HWND; const pqosNew: SECURITY_QUALITY_OF_SERVICE; in DdeSetQualityOfService() function
260 function DdeSetQualityOfService; in DdeSetQualityOfService() function
337 function DdeSetQualityOfService; external user32 name 'DdeSetQualityOfService'; in DdeSetQualityOfService() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/DataExchange/
H A Dmod.rs60 …pub fn DdeSetQualityOfService(hwndclient: super::super::Foundation::HWND, pqosnew: *const super::s… in DdeSetQualityOfService() function