Home
last modified time | relevance | path

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

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwarpcdce.pas1162 function UuidCreateSequential(out Uuid: UUID): RPC_STATUS; stdcall; in UuidCreateSequential() function
2915 function UuidCreateSequential; in UuidCreateSequential() function
3412 function UuidCreateSequential; external rpclib name 'UuidCreateSequential'; in UuidCreateSequential() function
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/rpc/
H A Drpc.c702 RPC_STATUS UuidCreateSequential(UUID* Uuid) in UuidCreateSequential() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Rpc/
H A Dmod.rs13487 pub unsafe fn UuidCreateSequential(uuid: *mut ::windows::runtime::GUID) -> RPC_STATUS { in UuidCreateSequential() function
13492 fn UuidCreateSequential(uuid: *mut ::windows::runtime::GUID) -> RPC_STATUS; in UuidCreateSequential() 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.rs684 pub fn UuidCreateSequential(uuid: *mut ::windows_sys::core::GUID) -> RPC_STATUS; in UuidCreateSequential() function