Home
last modified time | relevance | path

Searched refs:RemoveLeafElement (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/
H A DNativeMethods.cs651 void RemoveLeafElement(); in RemoveLeafElement() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/
H A Dinteropt.cs339 void RemoveLeafElement(); in RemoveLeafElement() method
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaadstlb.pas3976 procedure RemoveLeafElement; safecall; procedure
3998 procedure RemoveLeafElement; dispid 8; procedure
5914 procedure RemoveLeafElement; procedure
9645 procedure TPathname.RemoveLeafElement; procedure
9647 DefaultInterface.RemoveLeafElement;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/
H A DADMembershipProvider.cs4597 void RemoveLeafElement(); in RemoveLeafElement() method
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Diads.h6644 virtual HRESULT WINAPI RemoveLeafElement(void) = 0;
6666 HRESULT (WINAPI *RemoveLeafElement)(IADsPathname *This);
6690 #define IADsPathname_RemoveLeafElement(This) (This)->lpVtbl->RemoveLeafElement(This)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Diads.h6644 virtual HRESULT WINAPI RemoveLeafElement(void) = 0;
6666 HRESULT (WINAPI *RemoveLeafElement)(IADsPathname *This);
6690 #define IADsPathname_RemoveLeafElement(This) (This)->lpVtbl->RemoveLeafElement(This)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/ActiveDirectory/
H A Dmod.rs13901 pub unsafe fn RemoveLeafElement(&self) -> ::windows::runtime::Result<()> { in RemoveLeafElement() method