|
| HRESULT | CreateUriSimple ([in] DWORD dwAllowEncodingPropertyMask, [in] DWORD_PTR dwReserved, [out] IUri **ppIUri) |
| |
| HRESULT | CreateUri ([in] DWORD dwCreateFlags, [in] DWORD dwAllowEncodingPropertyMask, [in] DWORD_PTR dwReserved, [out] IUri **ppIUri) |
| |
| HRESULT | CreateUriWithFlags ([in] DWORD dwCreateFlags, [in] DWORD dwUriBuilderFlags, [in] DWORD dwAllowEncodingPropertyMask, [in] DWORD_PTR dwReserved, [out] IUri **ppIUri) |
| |
| HRESULT | GetIUri ([out] IUri **ppIUri) |
| |
| HRESULT | SetIUri ([in, unique] IUri *pIUri) |
| |
| HRESULT | GetFragment ([out] DWORD *pcchFragment, [out] LPCWSTR *ppwzFragment) |
| |
| HRESULT | GetHost ([out] DWORD *pcchHost, [out] LPCWSTR *ppwzHost) |
| |
| HRESULT | GetPassword ([out] DWORD *pcchPassword, [out] LPCWSTR *ppwzPassword) |
| |
| HRESULT | GetPath ([out] DWORD *pcchPath, [out] LPCWSTR *ppwzPath) |
| |
| HRESULT | GetPort ([out] BOOL *pfHasPort, [out] DWORD *pdwPort) |
| |
| HRESULT | GetQuery ([out] DWORD *pcchQuery, [out] LPCWSTR *ppwzQuery) |
| |
| HRESULT | GetSchemeName ([out] DWORD *pcchSchemeName, [out] LPCWSTR *ppwzSchemeName) |
| |
| HRESULT | GetUserName ([out] DWORD *pcchUserName, [out] LPCWSTR *ppwzUserName) |
| |
| HRESULT | SetFragment ([in] LPCWSTR pwzNewValue) |
| |
| HRESULT | SetHost ([in] LPCWSTR pwzNewValue) |
| |
| HRESULT | SetPassword ([in] LPCWSTR pwzNewValue) |
| |
| HRESULT | SetPath ([in] LPCWSTR pwzNewValue) |
| |
| HRESULT | SetPort ([in] BOOL fHasPort, [in] DWORD dwNewValue) |
| |
| HRESULT | SetQuery ([in] LPCWSTR pwzNewValue) |
| |
| HRESULT | SetSchemeName ([in] LPCWSTR pwzNewValue) |
| |
| HRESULT | SetUserName ([in] LPCWSTR pwzNewValue) |
| |
| HRESULT | RemoveProperties ([in] DWORD dwPropertyMask) |
| |
| HRESULT | HasBeenModified ([out] BOOL *pfModified) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 1913 of file urlmon.idl.
◆ CreateUri()
◆ CreateUriSimple()
| HRESULT IUriBuilder::CreateUriSimple |
( |
[in] DWORD |
dwAllowEncodingPropertyMask, |
|
|
[in] DWORD_PTR |
dwReserved, |
|
|
[out] IUri ** |
ppIUri |
|
) |
| |
◆ CreateUriWithFlags()
| HRESULT IUriBuilder::CreateUriWithFlags |
( |
[in] DWORD |
dwCreateFlags, |
|
|
[in] DWORD |
dwUriBuilderFlags, |
|
|
[in] DWORD |
dwAllowEncodingPropertyMask, |
|
|
[in] DWORD_PTR |
dwReserved, |
|
|
[out] IUri ** |
ppIUri |
|
) |
| |
◆ GetFragment()
◆ GetHost()
◆ GetIUri()
◆ GetPassword()
◆ GetPath()
◆ GetPort()
◆ GetQuery()
◆ GetSchemeName()
| HRESULT IUriBuilder::GetSchemeName |
( |
[out] DWORD * |
pcchSchemeName, |
|
|
[out] LPCWSTR * |
ppwzSchemeName |
|
) |
| |
◆ GetUserName()
◆ HasBeenModified()
| HRESULT IUriBuilder::HasBeenModified |
( |
[out] BOOL * |
pfModified | ) |
|
◆ RemoveProperties()
| HRESULT IUriBuilder::RemoveProperties |
( |
[in] DWORD |
dwPropertyMask | ) |
|
◆ SetFragment()
◆ SetHost()
◆ SetIUri()
| HRESULT IUriBuilder::SetIUri |
( |
[in, unique] IUri * |
pIUri | ) |
|
◆ SetPassword()
◆ SetPath()
◆ SetPort()
◆ SetQuery()
◆ SetSchemeName()
◆ SetUserName()
The documentation for this interface was generated from the following file: