class TCoeHelpContext |
Help context.
This class contains the information required to link the control and the appropriate context sensitive help topic. This information includes the UID of the help file and the literal descriptor for the appropriate help topic context.
Public Member Functions | |
---|---|
TCoeHelpContext() | |
TCoeHelpContext(TUid, const TDesC &) | |
IMPORT_C TBool | IsNull() |
IMPORT_C TBool | operator!=(const TCoeHelpContext &) |
IMPORT_C TBool | operator==(const TCoeHelpContext &) |
Public Attributes | |
---|---|
TCoeContextName | iContext |
TUid | iMajor |
Private Attributes | |
---|---|
TInt | iTCoeHelpContext_Reserved1 |
IMPORT_C TBool | operator!= | ( | const TCoeHelpContext & | aContext | ) | const |
const TCoeHelpContext & aContext |
IMPORT_C TBool | operator== | ( | const TCoeHelpContext & | aContext | ) | const |
const TCoeHelpContext & aContext |
TCoeContextName | iContext |
The name of the help context. This is the literal descriptor generated from a context string by the context sensitive help compiler.
TUid | iMajor |
The UID of the context sensitive help file containing the topic information.