You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
273 B
15 lines
273 B
|
|
|
|
#ifndef QLINK_H_
|
|
#define QLINK_H_
|
|
|
|
// Length of the text under each quick links
|
|
#define MAX_QL_TEXT_LENGTH 256
|
|
#define MAX_QL_WIDTH 92
|
|
|
|
|
|
HRESULT CQuickLinks_CreateInstance(IDeskBand **ppunk);
|
|
#define QLCMD_SINGLELINE 1
|
|
|
|
#endif // QLINK_H_
|
|
|