Definition at line 1926 of file AAF.idl.
Public Member Functions | |
| HRESULT | Initialize ([in, ref] aafUID_constref id,[in, string] aafCharacter_constptr pName,[in, string] aafCharacter_constptr pDescription) |
| Init all fields of a definition object. | |
| HRESULT | EssenceIsIdentified ([out] aafBoolean_t *pEssenceIsIdentified) |
| Tells whether the given plugin is capable of supporting authentication. | |
| HRESULT | SetEssenceIsIdentified ([in] aafBoolean_t EssenceIsIdentified) |
| Tells whether the given plugin is capable of supporting authentication. | |
|
|
Tells whether the given plugin is capable of supporting authentication. The methods for authenticating a plugin are still <tbd>. Succeeds if all of the following are true:
If this method fails nothing will be written to pEssenceIsIdentified. This method will return the following codes. If more than one of the listed errors is in effect, it will return the first one encountered in the order given below: AAFRESULT_SUCCESS
AAFRESULT_NOT_INITIALIZED
AAFRESULT_NULL_PARAM
|
|
||||||||||||||||
|
Init all fields of a definition object.
|
|
|
Tells whether the given plugin is capable of supporting authentication. The methods for authenticating a plugin are still <tbd>. This method will return the following codes. If more than one of the listed errors is in effect, it will return the first one encountered in the order given below: AAFRESULT_SUCCESS
AAFRESULT_NOT_INITIALIZED
|
1.4.1