Interface IMFNetCredentialManager
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[Guid("5B87EF6B-7ED8-434F-BA0E-184FAC1628D1")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IMFNetCredentialManager
Methods
BeginGetCredentials(MFNetCredentialManagerGetParam, IMFAsyncCallback, Object)
Declaration
HResult BeginGetCredentials(MFNetCredentialManagerGetParam pParam, IMFAsyncCallback pCallback, object pState)
Parameters
MFNetCredentialManagerGetParam
pParam
|
IMFAsyncCallback
pCallback
|
System.Object
pState
|
Returns
HResult
|
EndGetCredentials(IMFAsyncResult, out IMFNetCredential)
Declaration
HResult EndGetCredentials(IMFAsyncResult pResult, out IMFNetCredential ppCred)
Parameters
IMFAsyncResult
pResult
|
IMFNetCredential
ppCred
|
Returns
HResult
|
SetGood(IMFNetCredential, Boolean)
Declaration
HResult SetGood(IMFNetCredential pCred, bool fGood)
Parameters
IMFNetCredential
pCred
|
System.Boolean
fGood
|
Returns
HResult
|