IBinding::Abort
Ends the bind operation.
ISoftDistExt::AsyncInstallDistributionUnit
Asynchronously installs the software distribution unit.
IAuthenticate::Authenticate
Supplies authentication support to a URL moniker from a client application.
IAuthenticateEx::AuthenticateEx
Supplies authentication support to a URL
moniker from a client application.
IHttpNegotiate::BeginningTransaction
Notifies the client of the URL that is being bound to at the beginning of an HTTP transaction.
IUriBuilderFactory::CreateInitializedIUriBuilder
Returns an IUriBuilder that can operate on this object and initializes it with the current IUri.
IUriBuilderFactory::CreateIUriBuilder
Returns an IUriBuilder that can operate on this object, but which contains no IUri.
IBindHost::CreateMoniker
Creates a moniker to bind to a URL.
IUriBuilder::CreateUri
Returns a new IUri object based on modifications to the original IUri.
IUriBuilder::CreateUriSimple
Returns a new IUri object based on modifications to the original IUri, using the original Uri_CREATE flags.
IUriBuilder::CreateUriWithFlags
Returns a new IUri object based on modifications to the original IUri.
IUri::GetAbsoluteUri
Returns the entire canonicalized URI.
IUri::GetAuthority
Returns the username, password, domain, and port.
IBindStatusCallback::GetBindInfo
Provides information about how the bind operation is handled when it is called by an asynchronous moniker.
IBindStatusCallbackEx::GetBindInfoEx
Provides information about how the bind operation
is handled when called by an asynchronous moniker.
IBinding::GetBindResult
Gets the protocol-specific outcome of a bind operation.
ICatalogFileInfo::GetCatalogFile
Returns the catalog file.
IPersistMoniker::GetClassID
Gets the class identifier of an object.
IPersistMoniker::GetCurMoniker
Gets the moniker that refers to the object's persistent state.
IUri::GetDisplayUri
Returns a URI that can be used for display purposes.
IUri::GetDomain
Returns the domain name (including top-level domain) only.
IUri::GetExtension
Returns file extension of the resource.
ISoftDistExt::GetFirstCodeBase
Returns the first codebase URL from the specified software distribution unit.
IUri::GetFragment
Returns the text following a fragment marker (#), including the fragment marker itself.
IUriBuilder::GetFragment
Retrieves the value of the fragment component.
IUri::GetHost
Returns the fully qualified domain name.
IUriBuilder::GetHost
Retrieves the value of the host component.
IUri::GetHostType
Returns a value from the Uri_HOST_TYPE enumeration.
IUriBuilder::GetIUri
Returns the original IUri.
IUriContainer::GetIUri
Returns the IUri contained by the IUriContainer.
ICatalogFileInfo::GetJavaTrust
Returns the Java permissions.
ISoftDistExt::GetNextCodeBase
Returns the next codebase URL from the specified software distribution unit.
IUri::GetPassword
Returns the password, as parsed from the URI.
IUriBuilder::GetPassword
Retrieves the value of the password component.
IUri::GetPath
Returns the path and resource name.
IUriBuilder::GetPath
Retrieves the value of the path component.
IUri::GetPathAndQuery
Returns the path, resource name, and query string.
IUri::GetPort
Returns the port number.
IUriBuilder::GetPort
Retrieves the value of the port component.
IBinding::GetPriority
Gets the priority of the bind operation.
IBindStatusCallback::GetPriority
Gets the priority for the bind operation when it is called by an asynchronous moniker.
IUri::GetProperties
Returns a bitmap of flags that indicate which URI properties have been set.
IUri::GetPropertyBSTR
Returns the specified URI property value in a new BSTR.
IUri::GetPropertyDWORD
Returns the specified numeric URI property value.
IUri::GetPropertyLength
Returns the string length of the specified URI property. Call this function if you want the length but don't necessarily want to create a new BSTR.
IUri::GetQuery
Returns the query string.
IUriBuilder::GetQuery
Retrieves the value of the query component.
IUri::GetRawUri
Returns the entire original URI input string.
IHttpNegotiate2::GetRootSecurityId
Gets a root security ID.
IUri::GetScheme
Returns a value from the URL_SCHEME enumeration.
IUri::GetSchemeName
Returns the protocol scheme name.
IUriBuilder::GetSchemeName
Retrieves the value of the protocol scheme name.
IHttpNegotiate3::GetSerializedClientCertContext
Gets a serialized client security context.
IUri::GetUserInfo
Returns the username and password, as parsed from the URI.
IUri::GetUserName
Returns the username as parsed from the URI.
IUriBuilder::GetUserName
Retrieves the value of the username component.
IWindowForBindingUI::GetWindow
Gets a handle to a window to present information in the user interface during a bind operation.
IUri::GetZone
Returns a value from the URLZONE enumeration.
IUriBuilder::HasBeenModified
Returns TRUE if component values have been modified.
IUri::HasProperty
Determines if the specified property exists in the URI.
IPersistMoniker::IsDirty
Checks an object for changes since it was last saved.
IUri::IsEqual
Compares the logical content of two IUri objects.
IPersistMoniker::Load
Loads the object from its persistent state as indicated by a supplied moniker.
IBindHost::MonikerBindToObject
Binds a moniker to an object.
IBindHost::MonikerBindToStorage
Binds a moniker to storage.
ICodeInstall::OnCodeInstallProblem
Returns a value based on the status passed in, which indicates whether to abort the application installation or file download.
IBindStatusCallback::OnDataAvailable
Provides data to the client as it becomes available during asynchronous bind operations.
IBindStatusCallback::OnLowResource
Not implemented.
IBindStatusCallback::OnObjectAvailable
Passes the requested object interface pointer to the client.
IBindStatusCallback::OnProgress
Indicates the progress of the bind operation.
IHttpNegotiate::OnResponse
Enables the client of a bind operation to examine the response headers, optionally terminate the bind operation, and add HTTP headers to a request before resending the request.
IHttpSecurity::OnSecurityProblem
Notifies the client application about an authentication problem.
IBindStatusCallback::OnStartBinding
Notifies the client about the callback methods that it is registered to receive. This notification is a response to the flags the client requested in the RegisterBindStatusCallback function.
IBindStatusCallback::OnStopBinding
Indicates the end of the bind operation.
ISoftDistExt::ProcessSoftDist
Processes a software distribution unit from the specified Software Update Channel URL.
IMonikerProp::PutProperty
Sets the value of a property on a moniker.
IWinInetHttpInfo::QueryInfo
Gets the specified information from an HTTP request.
IWinInetInfo::QueryOption
Gets the specified Microsoft Win32 Internet function option.
IUriBuilder::RemoveProperties
Removes the specified properties as well as any derived properties.
IBinding::Resume
Resumes the bind operation.
IPersistMoniker::Save
Tells the object to save itself to a specified location.
IPersistMoniker::SaveCompleted
Notifies the client application that its persisted state has been completely saved, and points the client to its new persisted state.
IWinInetCacheHints::SetCacheExtension
Changes the file name extension on the Win32 Internet (WinInet) cache file to the specified extension.
IWinInetCacheHints2::SetCacheExtension2
Changes the file name extension on the WinInet cache file to the specified extension.
IWinInetFileStream::SetDeleteFile
Indicates that the cache entry is to be deleted when the object is destroyed.
IUriBuilder::SetFragment
Sets the fragment component.
IWinInetFileStream::SetHandleForUnlock
Sets a file handle to unlock when the object is released.
IUriBuilder::SetHost
Sets the host (fully qualify domain) component.
IUriBuilder::SetIUri
Sets the current IUri.
IUriBuilder::SetPassword
Sets the password component.
IUriBuilder::SetPath
Sets the path component.
IUriBuilder::SetPort
Sets the port component.
IBinding::SetPriority
Sets the priority of the bind operation.
IUriBuilder::SetQuery
Sets the query component.
IUriBuilder::SetSchemeName
Sets the protocol scheme name.
IUriBuilder::SetUserName
Sets the username component.
IBinding::Suspend
Suspends the bind operation.