Leaked source code of windows server 2003
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

  1. #ifndef QLINK_H_
  2. #define QLINK_H_
  3. // Length of the text under each quick links
  4. #define MAX_QL_TEXT_LENGTH 256
  5. #define MAX_QL_WIDTH 92
  6. HRESULT CQuickLinks_CreateInstance(IDeskBand **ppunk);
  7. #define QLCMD_SINGLELINE 1
  8. #endif // QLINK_H_