Source code of Windows XP (NT5)
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
258 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_