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.

31 lines
949 B

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1994-1996 **
  4. //*********************************************************************
  5. //
  6. // DLYLDDLL.H - globals for delay loading of DLLs
  7. //
  8. extern HINSTANCE g_hinstWinInet;
  9. extern HINSTANCE g_hinstCrypt32;
  10. extern HINSTANCE g_hinstCryptui;
  11. extern HINSTANCE g_hinstRatings;
  12. extern const TCHAR c_tszRatingsDLL[];
  13. extern HINSTANCE g_hinstUrlMon;
  14. extern HINSTANCE g_hinstMSHTML;
  15. extern const TCHAR c_tszMSHTMLDLL[];
  16. extern HINSTANCE g_hinstMPR;
  17. extern const TCHAR c_tszMPRDLL[];
  18. extern HINSTANCE g_hinstShdocvw;
  19. extern const TCHAR c_tszShdocvw[];
  20. #define URLSUB_ALL 0xFFFFFFFF
  21. HRESULT URLSubRegQueryA(LPCSTR pszKey, LPCSTR pszValue, BOOL fUseHKCU, LPSTR pszUrlOut, DWORD cchSize, DWORD dwSubstitutions);
  22. extern HINSTANCE g_hinstOCCache;