Skip to content

Latest commit

 

History

History
94 lines (77 loc) · 2.66 KB

nf-mfidl-imfnetcredentialcache-setgood.md

File metadata and controls

94 lines (77 loc) · 2.66 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords 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 ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mfidl.IMFNetCredentialCache.SetGood
IMFNetCredentialCache::SetGood (mfidl.h)
Reports whether the credential object provided successfully passed the authentication challenge.
IMFNetCredentialCache interface [Media Foundation]
SetGood method
IMFNetCredentialCache.SetGood
IMFNetCredentialCache::SetGood
SetGood
SetGood method [Media Foundation]
SetGood method [Media Foundation]
IMFNetCredentialCache interface
e2e9d87a-6238-49a0-9a19-fe213749d627
mf.imfnetcredentialcache_setgood
mfidl/IMFNetCredentialCache::SetGood
mf\imfnetcredentialcache_setgood.htm
mf
e2e9d87a-6238-49a0-9a19-fe213749d627
12/05/2018
IMFNetCredentialCache interface [Media Foundation],SetGood method, IMFNetCredentialCache.SetGood, IMFNetCredentialCache::SetGood, SetGood, SetGood method [Media Foundation], SetGood method [Media Foundation],IMFNetCredentialCache interface, e2e9d87a-6238-49a0-9a19-fe213749d627, mf.imfnetcredentialcache_setgood, mfidl/IMFNetCredentialCache::SetGood
mfidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Mfuuid.lib
Windows
19H1
IMFNetCredentialCache::SetGood
mfidl/IMFNetCredentialCache::SetGood
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFNetCredentialCache.SetGood

IMFNetCredentialCache::SetGood

-description

Reports whether the credential object provided successfully passed the authentication challenge.

-parameters

-param pCred [in]

Pointer to the IMFNetCredential interface.

-param fGood [in]

TRUE if the credential object succeeded in the authentication challenge; otherwise, FALSE.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

-remarks

This method is called by the network source into the credential manager.

-see-also

IMFNetCredentialCache