Skip to content

Latest commit

 

History

History
78 lines (61 loc) · 2.13 KB

nf-netlistmgr-inetworkconnection2-isdomainauthenticatedby.md

File metadata and controls

78 lines (61 loc) · 2.13 KB
UID title description tech.root ms.date req.construct-type req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist f1_keywords dev_langs topic_type api_type api_location api_name helpviewer_keywords prerelease
NF:netlistmgr.INetworkConnection2.IsDomainAuthenticatedBy
INetworkConnection2::IsDomainAuthenticatedBy
Queries whether the specified domain authentication method succeeded for this network connection.
nla
04/07/2022
function
netlistmgr.h
Windows
Windows 11 Build 22621
netlistmgr.idl
Windows
INetworkConnection2::IsDomainAuthenticatedBy
netlistmgr/INetworkConnection2::IsDomainAuthenticatedBy
c++
apiref
COM
netlistmgr.h
INetworkConnection2::IsDomainAuthenticatedBy
IsDomainAuthenticatedBy
false

-description

Queries whether the specified domain authentication method succeeded for this network connection.

-parameters

-param domainAuthenticationKind

Type: [in] NLM_DOMAIN_AUTHENTICATION_KIND

The specific domain authentication method to query about.

-param pValue

Type: [out, retval] BOOL*

The function dereferences pValue, and assigns TRUE if this network connection has the same domain authentication kind as that specified in the domainAuthenticationKind parameter; or FALSE if this network connection has a different domain authentication kind from that specified in domainAuthenticationKind.

-returns

Returns S_OK if successful.

-remarks

See Remarks for INetwork2::IsDomainAuthenticatedBy method.

Example

See Example for INetwork2::IsDomainAuthenticatedBy method.

-see-also