windows-nt/Source/XPSP1/NT/shell/browseui/legacy/qlink.h
2020-09-26 16:20:57 +08:00

16 lines
258 B
C

#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_