TInt | pswd_Password | ( | TDes & | aPath, |
TInt | aPWNbr, | |||
TMediaPassword & | aPW | |||
) | [static] |
TDes & aPath | |
TInt aPWNbr | |
TMediaPassword & aPW |
void | FormatDrvMediaTypeInfo | ( | const TDriveInfo & | aDrvInfo, |
TDes & | aPrintBuf | |||
) |
Format TMediaType description.
const TDriveInfo & aDrvInfo | drive info structure |
TDes & aPrintBuf | buffer where the information will be printed to. |
void | FormatDriveAttInfo | ( | const TDriveInfo & | aDrvInfo, |
TDes & | aPrintBuf | |||
) |
Format DriveAtt description.
const TDriveInfo & aDrvInfo | drive info structure |
TDes & aPrintBuf | buffer where the information will be printed to. |
void | FormatMediaAttInfo | ( | const TDriveInfo & | aDrvInfo, |
TDes & | aPrintBuf | |||
) |
Format MediaAtt description.
const TDriveInfo & aDrvInfo | drive info structure |
TDes & aPrintBuf | buffer where the information will be printed to. |
void | FormatVolInfo | ( | const TVolumeInfo & | volInfo, |
TDes & | aPrintBuf | |||
) |
Format TVolumeInfo description.
const TVolumeInfo & volInfo | volume information |
TDes & aPrintBuf | buffer where the information will be printed to. |
Bit flags that specify which information will be printed by PrintDrvInfo()
EFSInfo = 0x01 | |
EFSInfoEx = 0x02 | |
EMediaTypeInfo = 0x04 | |
EMediaAttInfo = 0x08 | |
EDrvAttInfo = 0x10 | |
EVolInfo = 0x20 | |
EAll = 0xFFFF |
TInt | PrintDrvInfo | ( | RFs & | aFs, |
TInt | aDrvNum, | |||
CConsoleBase * | apConsole, | |||
TUint | aFlags = EAll | |||
) |
RFs & aFs | file system object |
TInt aDrvNum | drive number |
CConsoleBase * apConsole | pointer to the console to print information into |
TUint aFlags = EAll | specifies which information to print out, |
TInt | DoExtractDriveLetter | ( | const TDesC & | aStr | ) |
Extracts drive specifier from the given string that shall look like 'd:\' or 'd:' And converts it to the drive number.
Drive number EDriveA..EDriveZ if drive letter is correct negative value (KErrArgument) if drive specifier is incorrect
const TDesC & aStr | a string with drive specifier |
TBool | DoFindToken | ( | const TDesC & | aSrc, |
const TDesC & | aPattern, | |||
TPtrC & | aToken | |||
) | [static] |
Just a helper method. Looks for a given pattern in the given string and returns the rest of the found token. EFalse if the aPattern wasn't found in aSrc ETrue otherwise and the rest of the token in aToken
void | SIPrintf | ( | TRefByValue< const TDesC16 > | aFmt, |
... | ||||
) |
TRefByValue< const TDesC16 > aFmt | |
... |
void | SIHeading | ( | TRefByValue< const TDesC16 > | aFmt, |
... | ||||
) |
TRefByValue< const TDesC16 > aFmt | |
... |