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
MFNet
|
IMFAsync
|
System.
|
Returns
EndGetCredentials(IMFAsyncResult, out IMFNetCredential)
Declaration
HResult EndGetCredentials(IMFAsyncResult pResult, out IMFNetCredential ppCred)
Parameters
IMFAsync
|
IMFNet
|
Returns
SetGood(IMFNetCredential, Boolean)
Declaration
HResult SetGood(IMFNetCredential pCred, bool fGood)
Parameters
IMFNet
|
System.
|