Home
last modified time | relevance | path

Searched refs:bstrADsPath (Results 1 – 8 of 8) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaadstlb.pas3545 procedure Init(lnSetType: Integer; const bstrADsPath: WideString); safecall;
3546 procedure InitEx(lnSetType: Integer; const bstrADsPath: WideString;
3566 procedure InitEx(lnSetType: Integer; const bstrADsPath: WideString;
4803 procedure Init(lnSetType: Integer; const bstrADsPath: WideString);
4804 procedure InitEx(lnSetType: Integer; const bstrADsPath: WideString;
4807 procedure Set_(lnSetType: Integer; const bstrADsPath: WideString);
5908 procedure Set_(const bstrADsPath: WideString; lnSetType: Integer);
7697 DefaultInterface.Init(lnSetType, bstrADsPath);
7709 DefaultInterface.Set_(lnSetType, bstrADsPath);
9615 procedure TPathname.Set_(const bstrADsPath: WideString; lnSetType: Integer);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/
H A DNativeMethods.cs630 …int Set([In, MarshalAs(UnmanagedType.BStr)] string bstrADsPath, [In, MarshalAs(UnmanagedType.U4)] … in Set() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/
H A Dinteropt.cs313 [In, MarshalAs(UnmanagedType.BStr)] string bstrADsPath, in Set() argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Diads.h5724 virtual HRESULT WINAPI Init(__LONG32 lnSetType,BSTR bstrADsPath) = 0;
5726 virtual HRESULT WINAPI Set(__LONG32 lnSetType,BSTR bstrADsPath) = 0;
5742 HRESULT (WINAPI *Init)(IADsNameTranslate *This,__LONG32 lnSetType,BSTR bstrADsPath);
5744 HRESULT (WINAPI *Set)(IADsNameTranslate *This,__LONG32 lnSetType,BSTR bstrADsPath);
5762 #define IADsNameTranslate_Init(This,lnSetType,bstrADsPath) (This)->lpVtbl->Init(This,lnSetType,bstr… argument
5763 …slate_InitEx(This,lnSetType,bstrADsPath,bstrUserID,bstrDomain,bstrPassword) (This)->lpVtbl->InitEx… argument
5764 #define IADsNameTranslate_Set(This,lnSetType,bstrADsPath) (This)->lpVtbl->Set(This,lnSetType,bstrAD… argument
6638 virtual HRESULT WINAPI Set(BSTR bstrADsPath,__LONG32 lnSetType) = 0;
6660 HRESULT (WINAPI *Set)(IADsPathname *This,BSTR bstrADsPath,__LONG32 lnSetType);
6684 #define IADsPathname_Set(This,bstrADsPath,lnSetType) (This)->lpVtbl->Set(This,bstrADsPath,lnSetType) argument
[all …]
H A Dmqoai.h3917 virtual HRESULT WINAPI put_ADsPath(BSTR bstrADsPath) = 0;
3942 HRESULT (WINAPI *put_ADsPath)(IMSMQDestination *This,BSTR bstrADsPath);
3969 #define IMSMQDestination_put_ADsPath(This,bstrADsPath) (This)->lpVtbl->put_ADsPath(This,bstrADsPath) argument
3991 HRESULT WINAPI IMSMQDestination_put_ADsPath_Proxy(IMSMQDestination *This,BSTR bstrADsPath);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Diads.h5724 virtual HRESULT WINAPI Init(__LONG32 lnSetType,BSTR bstrADsPath) = 0;
5726 virtual HRESULT WINAPI Set(__LONG32 lnSetType,BSTR bstrADsPath) = 0;
5742 HRESULT (WINAPI *Init)(IADsNameTranslate *This,__LONG32 lnSetType,BSTR bstrADsPath);
5744 HRESULT (WINAPI *Set)(IADsNameTranslate *This,__LONG32 lnSetType,BSTR bstrADsPath);
5762 #define IADsNameTranslate_Init(This,lnSetType,bstrADsPath) (This)->lpVtbl->Init(This,lnSetType,bstr… argument
5763 …slate_InitEx(This,lnSetType,bstrADsPath,bstrUserID,bstrDomain,bstrPassword) (This)->lpVtbl->InitEx… argument
5764 #define IADsNameTranslate_Set(This,lnSetType,bstrADsPath) (This)->lpVtbl->Set(This,lnSetType,bstrAD… argument
6638 virtual HRESULT WINAPI Set(BSTR bstrADsPath,__LONG32 lnSetType) = 0;
6660 HRESULT (WINAPI *Set)(IADsPathname *This,BSTR bstrADsPath,__LONG32 lnSetType);
6684 #define IADsPathname_Set(This,bstrADsPath,lnSetType) (This)->lpVtbl->Set(This,bstrADsPath,lnSetType) argument
[all …]
H A Dmqoai.h3917 virtual HRESULT WINAPI put_ADsPath(BSTR bstrADsPath) = 0;
3942 HRESULT (WINAPI *put_ADsPath)(IMSMQDestination *This,BSTR bstrADsPath);
3969 #define IMSMQDestination_put_ADsPath(This,bstrADsPath) (This)->lpVtbl->put_ADsPath(This,bstrADsPath) argument
3991 HRESULT WINAPI IMSMQDestination_put_ADsPath_Proxy(IMSMQDestination *This,BSTR bstrADsPath);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/
H A DADMembershipProvider.cs4576 …int Set([In, MarshalAs(UnmanagedType.BStr)] string bstrADsPath, [In, MarshalAs(UnmanagedType.U4)] … in Set() argument