Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
IDTFilter3::GetProtectionType
This topic applies to Windows XP Service Pack 1 or later.
The GetProtectionType method retrieves the type of content protection that is currently in effect.
Syntax
HRESULT GetProtectionType(
ProtType *pProtectionType
);
Parameters
pProtectionType
[out] Receives the current protection type, specified as a member of the ProtType enumeration type.
Return Values
Returns an HRESULT. Possible values include the following.
| Value | Description |
| S_OK | Success. |
Header: EncDec.h.
See Also