Skip to content

Latest commit

 

History

History
90 lines (75 loc) · 3.06 KB

nf-mfidl-imfinputtrustauthority-bindaccess.md

File metadata and controls

90 lines (75 loc) · 3.06 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.IMFInputTrustAuthority.BindAccess
IMFInputTrustAuthority::BindAccess (mfidl.h)
Notifies the input trust authority (ITA) that a requested action is about to be performed.
94e447af-9311-4a2c-9ec5-be371684f79d
BindAccess
BindAccess method [Media Foundation]
BindAccess method [Media Foundation]
IMFInputTrustAuthority interface
IMFInputTrustAuthority interface [Media Foundation]
BindAccess method
IMFInputTrustAuthority.BindAccess
IMFInputTrustAuthority::BindAccess
mf.imfinputtrustauthority_bindaccess
mfidl/IMFInputTrustAuthority::BindAccess
mf\imfinputtrustauthority_bindaccess.htm
mf
94e447af-9311-4a2c-9ec5-be371684f79d
12/05/2018
94e447af-9311-4a2c-9ec5-be371684f79d, BindAccess, BindAccess method [Media Foundation], BindAccess method [Media Foundation],IMFInputTrustAuthority interface, IMFInputTrustAuthority interface [Media Foundation],BindAccess method, IMFInputTrustAuthority.BindAccess, IMFInputTrustAuthority::BindAccess, mf.imfinputtrustauthority_bindaccess, mfidl/IMFInputTrustAuthority::BindAccess
mfidl.h
Windows
Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Mfuuid.lib
Windows
19H1
IMFInputTrustAuthority::BindAccess
mfidl/IMFInputTrustAuthority::BindAccess
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFInputTrustAuthority.BindAccess

IMFInputTrustAuthority::BindAccess

-description

Notifies the input trust authority (ITA) that a requested action is about to be performed.

-parameters

-param pParam [in]

Pointer to an MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS structure that contains parameters for the BindAccess action.

-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

Before calling this method, the Media Session calls IMFInputTrustAuthority::RequestAccess to request an action. The BindAccess method notifies the ITA that the action is definitely about to occur, so that the ITA can update its internal state as needed. If the method returns a failure code, the Media Session cancels the action.

-see-also

IMFInputTrustAuthority