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.

16 lines
391 B

  1. #ifndef __BUYTASKS_H__
  2. #define __BUYTASKS_H__
  3. // used for the shopping tasks.
  4. typedef struct
  5. {
  6. LPCWSTR szURLKey;
  7. LPCWSTR szURLPrefix;
  8. BOOL bUseDefault; // If there is no szURLKey, do we navigate with URLPrefix anyway?
  9. } SHOP_INFO;
  10. extern const SHOP_INFO c_BuySampleMusic;
  11. extern const SHOP_INFO c_BuyMusic;
  12. extern const SHOP_INFO c_BuySamplePictures;
  13. #endif