windows-nt/Source/XPSP1/NT/net/upnp/inc/ncinet2.h

28 lines
793 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// File: ncinet2.h
//
// Contents: Wrappers to do useful things with the Urlmon APIs
//
// Notes:
//
//----------------------------------------------------------------------------
// note: this uses Urlmon, where the other methods only pull in
// wininet
HRESULT HrCombineUrl(LPCWSTR pszBaseUrl,
LPCWSTR pszRelativeUrl,
LPWSTR * ppszResult);
HRESULT HrCopyAndValidateUrl(LPCWSTR pszUrl,
LPWSTR * ppszResult);
HRESULT HrGetSecurityDomainOfUrl(LPCWSTR pszUrl,
LPWSTR * ppszResult);
BOOL FIsHttpUrl(LPCWSTR pszUrl);