class CFileProtectionResolver : public CBase |
Public Member Functions | |
---|---|
~CFileProtectionResolver () | |
CCommonContentPolicy * | CommonContentPolicy () |
IMPORT_C CFileProtectionResolver * | NewL ( RFs &) |
IMPORT_C CFileProtectionResolver * | NewLC ( RFs &) |
IMPORT_C TInt | ProtectionStatusL ( RFile &, TDataType &) |
IMPORT_C TInt | ProtectionStatusL (const TDesC &, TDataType &) |
IMPORT_C TInt | ProtectionStatusL ( RFile &, TDataType &, HBufC8 *&) |
IMPORT_C TInt | ProtectionStatusL (const TDesC &, TDataType &, HBufC8 *&) |
Private Member Functions | |
---|---|
CFileProtectionResolver ( RFs &) | |
void | ConstructL () |
Private Attributes | |
---|---|
CCommonContentPolicy * | iClosedContent |
RFs & | iFs |
CFileProtectionResolver | ( | RFs & | aFs | ) | [private] |
Constructor.
RFs & aFs | IN Fileserver session. |
CCommonContentPolicy * | CommonContentPolicy | ( | ) | const [inline] |
Get Common Content Policy
IMPORT_C CFileProtectionResolver * | NewL | ( | RFs & | aFs | ) | [static] |
Factory method.
RFs & aFs | IN Fileserver session. |
IMPORT_C CFileProtectionResolver * | NewLC | ( | RFs & | aFs | ) | [static] |
Factory method.
RFs & aFs | IN Fileserver session. |
IMPORT_C TInt | ProtectionStatusL | ( | RFile & | aFile, |
TDataType & | aMimeType | |||
) |
Finds out whether the file is DRM protected or is on the Closed Content List
IMPORT_C TInt | ProtectionStatusL | ( | const TDesC & | aFilePath, |
TDataType & | aMimeType | |||
) |
Finds out whether the file is DRM protected or is on the Closed Content List
IMPORT_C TInt | ProtectionStatusL | ( | RFile & | aFile, |
TDataType & | aMimeType, | |||
HBufC8 *& | aContentUri | |||
) |
Finds out whether the file is DRM protected or is on the Closed Content List
IMPORT_C TInt | ProtectionStatusL | ( | const TDesC & | aFilePath, |
TDataType & | aMimeType, | |||
HBufC8 *& | aContentUri | |||
) |
Finds out whether the file is DRM protected or is on the Closed Content List
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.