Home
last modified time | relevance | path

Searched defs:CreateGPOLink (Results 1 – 3 of 3) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwagpedit.pas735 function CreateGPOLink(lpGPO, lpContainer: LPOLESTR; fHighPriority: BOOL): HRESULT; stdcall; in CreateGPOLink() function
880 function CreateGPOLink; in CreateGPOLink() function
957 function CreateGPOLink; external gpeditlib name 'CreateGPOLink'; in CreateGPOLink() function
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Ddtor_noexcept.pass.cpp1 //===----------------------------------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8
9 // <deque> in from()
10 in from()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/GroupPolicy/
H A Dmod.rs9 …pub fn CreateGPOLink(lpgpo: super::super::Foundation::PWSTR, lpcontainer: super::super::Foundation… in CreateGPOLink() function