Home
last modified time | relevance | path

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

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwasnmp.pas404 function SnmpSvcGetUptime: DWORD; stdcall; in SnmpSvcGetUptime() function
888 function SnmpSvcGetUptime; in SnmpSvcGetUptime() function
1173 function SnmpSvcGetUptime; external snmpapilib name 'SnmpSvcGetUptime'; in SnmpSvcGetUptime() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/Snmp/
H A Dmod.rs78 pub fn SnmpSvcGetUptime() -> u32; in SnmpSvcGetUptime() function