Index: A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
AppNameAttribute objects define the user-visible name of a given application. Define one of these along with a ResidentApplication object. Example:
MemoResidentApplication memoApp; AppNameAttribute(&memoApp, _TEXT("Memo"));
#include <resapp/appattr.h>
public: | |
AppNameAttribute(ResidentApplication *app, const TCHAR *appName); | |
protected: |
Back to the top of AppNameAttribute
Back to the top of AppNameAttribute
Back to the top of AppNameAttribute
Constructor for AppNameAttribute class.
Parameters:
Prototype:
AppNameAttribute(ResidentApplication *app, const TCHAR *appName);
Back to the top of AppNameAttribute