Home
last modified time | relevance | path

Searched defs:RpcMgmtInqDefaultProtectLevel (Results 1 – 4 of 4) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwarpcdce.pas364 function RpcMgmtInqDefaultProtectLevel(AuthnSvc: Cardinal; var AuthnLevel: Cardinal): RPC_STATUS; s… in RpcMgmtInqDefaultProtectLevel() function
1485 function RpcMgmtInqDefaultProtectLevel; in RpcMgmtInqDefaultProtectLevel() function
3302 function RpcMgmtInqDefaultProtectLevel; external rpclib name 'RpcMgmtInqDefaultProtectLevel'; in RpcMgmtInqDefaultProtectLevel() function
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/rpc/
H A Drpc.c95 RPC_STATUS RpcMgmtInqDefaultProtectLevel(unsigned long AuthnSvc, unsigned long* AuthnLevel) in RpcMgmtInqDefaultProtectLevel() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Rpc/
H A Dmod.rs11026 pub unsafe fn RpcMgmtInqDefaultProtectLevel(authnsvc: u32, authnlevel: *mut u32) -> RPC_STATUS { in RpcMgmtInqDefaultProtectLevel() function
11031 fn RpcMgmtInqDefaultProtectLevel(authnsvc: u32, authnlevel: *mut u32) -> RPC_STATUS; in RpcMgmtInqDefaultProtectLevel() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Rpc/
H A Dmod.rs521 pub fn RpcMgmtInqDefaultProtectLevel(authnsvc: u32, authnlevel: *mut u32) -> RPC_STATUS; in RpcMgmtInqDefaultProtectLevel() function