URL Moniker Services Functions (Windows Embedded CE 6.0)
1/6/2010
The following table shows the URL Moniker Services functions with a description of the purpose of each.
Note
When downloading content with a registered MIME filter, URL Moniker functions such as URLOpenBlockingStream and URLDownloadToCacheFile do not pass the filtered data onto the client. Instead, these functions supply the client with the raw unfiltered data.
Programming element | Description |
---|---|
This function returns a factory object for a given class identifier (CLSID). |
|
This function combines a base and relative URL into a full URL. |
|
This function retrieves information related to the specified URL. |
|
This function copies the given BINDINFO structure. |
|
This function copies the given STGMEDIUM structure. |
|
This function creates an asynchronous bind context for use with asynchronous monikers. |
|
This function creates an asynchronous bind context for use with asynchronous monikers. |
|
This function creates an object that implements the IEnumFORMATETC interface over a static array of FORMATETC structures. |
|
This function creates a URL moniker from either a full URL string or from a base context URL moniker and a partial URL string. |
|
This function creates a URL moniker from either a full URL or from a base context URL moniker and a partial URL. |
|
This function retrieves the 32-bit value assigned to the specified media type. |
|
This function retrieves the CLSID for the specified media type. |
|
This function determines the MIME type from the data provided. |
|
This function retrieves the CLSID of the object to instantiate for the specified file. |
|
This function tests to determine whether a moniker supports asynchronous binding. |
|
This function determines if a specified string is a valid URL. |
|
This function creates a moniker to the object that is specified by the given string. |
|
This function retrieves the user agent string in use. |
|
This function registers a callback interface with an existing bind context. |
|
This function registers a FORMATETC enumerator object onto the given bind context. |
|
This function registers a mapping of media types to CLSIDs to override the default mapping specified in the registry. |
|
This function registers media type strings. |
|
This function releases the resources used by the specified BINDINFO structure. |
|
This function revokes a bind status callback interface previously registered on a bind context. |
|
This function removes a format enumerator from the given bind context. |
|
This function downloads data into the Internet cache and returns the file name of the cache location for retrieving the bits. |
|
This function downloads bits from the Internet and saves them to a file. |
|
This function sets options for the current Internet session. |
|
This function sets options for the current Internet session. |
|
This function creates a blocking type stream object from a URL and downloads the data from the Internet. |
|
This function creates a pull type stream object from a URL. |
|
This function creates a push type stream object from a URL. |