A method and data structure for creating and accessing folders stored in well known locations. The data structure and method utilizes a set of APIs to create and manage well known folders on a system and/or to locate specific well known folders. The invention provides interfaces to create, locate, extend, and enumerate well known folders. In addition, the invention allows a developer and/or user to customize properties of well known folders.
|
16. One or more computer storage media having computer-executable instructions embodied thereon that, when executed by a processor, perform a method of communication between an application and an operating system accommodated on computing device(s), the method comprising:
receiving a call from the application including an identification of a folder and a token parameter that specifies an owner of the folder and includes a valid user token, wherein the identification comprises ordinal values that provide system-independent indicia of the location of the known folder, and wherein the folder includes an object that facilitates running the application known to the operating system by way of a hierarchical namespace structure, wherein an identity of the folder has been made known to the hierarchical namespace structure of the operating system and a plurality of application programs;
searching a registry for the location of the folder, wherein the location of the folder has been made known to a hierarchical namespace structure of the operating system and the plurality of application programs;
determining a location of the folder within the hierarchical namespace structure;
accessing data from the folder at the determined location, wherein accessing comprises:
(a) impersonating the owner of the folder by specifying the valid user token; and
(b) accessing an owner's instance of the folder; and
adding to the folder a new property that informs at least one of developers and users of usage by the application of the folder.
1. One or more computer storage media having computer-executable instructions embodied thereon that, when executed by a processor, perform a method of communication between a first component and a second component accommodated on computing device(s), the method comprising:
receiving a call from the first component requesting a location of a known folder, the call including an identification of the known folder, wherein the identification comprises ordinal values that provide system-independent indicia of the location of the known folder, and wherein the known folder includes an object that facilitates running an application known to an operating system by way of a hierarchical file structure;
based on the identification, providing an identity parameter that represents a unique identifier of the known folder within the hierarchical file structure;
searching a registry for the location of the known folder by examining the unique identifier against known folder IDs corresponding to storage locations;
determining an appropriate known folder that corresponds to a storage location of the storage locations that satisfies the search of the registry;
verifying that the storage location is valid by locating the appropriate known folder associated with the storage location within the hierarchical file structure on a storage device;
accessing data from the appropriate known folder at the storage location; and
adding to the appropriate known folder a new property that informs at least one of developers and users of usage by the first component of the appropriate known folder.
8. One or more computer storage media having computer-executable instructions embodied thereon that, when executed by a processor. perform a method of communication between an application and an operating system accommodated on computing device(s), the method comprising:
recognizing the application is initialized on the operating system;
incident to initialization, receiving a call at the operating system having a globally unique identifier (GUID) from the application, wherein the GUID includes system-independent ordinal values for identifying a new known folder;
extracting the GUID from the call;
requesting the application to specify a relative location of the new known folder and to set a parameter that establishes a category of the new known folder, wherein the new known folder belongs to a category that comprises at least one of a virtual folder that appears in a hierarchical file structure without actual file system folders associated therewith, a fixed-file system having file system folders whose location is fixed upon installation of the operating system, a common folder having file system folders that are used for sharing data and settings between user, and a per-user folder having file system folder that are located in an individual's profile and owned by the individual;
automatically creating a new known folder based on the extracted GUID, wherein the new known folder includes a custom property that informs at least one of developers and users of usage of the new known folder by the application, and wherein the new known folder is created in the relative location on the hierarchical file structure;
registering the new known folder within a registry; and
enumerating a listing of known folders that are accessible to the operating system, wherein enumerating includes transmitting a path of the new known folder to the application, and wherein the path indicates the relative location where the new known folder is created.
2. The one or more computer storage media of
3. The one or more computer storage media of
4. The one or more computer storage media of
5. The one or more computer storage media of
determining that no storage location in the registry corresponds to the identification in the call;
creating a new known folder and providing a location of the new known folder to the second component.
6. The one or more computer storage media of
7. The one or more computer storage media of
recognizing that the appropriate known folder is relocated from the corresponding storage location on the storage device to a new location in a network;
updating the storage location of the appropriate known folder to the new location within the registry; and
accessing data from the appropriate known folder at the new location.
9. The one or more computer storage media of
10. The one or more computer storage media of
11. The one or more computer storage media of
receiving a call querying category type of a specified known folder.
12. The one or more computer storage media of
receiving a request for the enumeration of all known folders.
13. The one or more computer storage media of
14. The one or more computer storage media of
15. The one or more computer storage media of
17. The one or more computer storage media of
18. The one or more computer storage media of
19. The one or more computer storage media of
20. The one or more computer storage media of
|
The invention generally relates to creating and managing folders stored in well known locations with a set of application programming interfaces.
Today developers and users typically store data from various applications in certain well known folders such as the My Documents folder or the My Pictures folder. These well known folders provide easy access across multiple applications and computer network environments in order for developers and users to access information. These well known folders are utilized in operating systems, such as Windows® brand Operating Systems.
For example, many applications utilize specific well known folders such as the My Documents folder for storing data applicable to the particular application being installed. The use of the My Documents folder enables other applications the ability to access the stored information. For instance a jpeg file may be used by several photo publishing applications. A particular photo publishing application may store the jpeg file in a well known folder such as the My Documents folder so that other photo publishing applications may access the jpeg file. However, placement of numerous application files and folders under the My Documents folder creates an unorganized list of folders making searching for particular folders and data cumbersome and time consuming.
Existing operating systems such as Microsoft® Windows® utilize a Shell to organize data objects such as folders and files into a hierarchical namespace structure through a user interface or an application. The Shell may contain special folders whose location and existence may be known to the system and access to which is provided from numerous places in the Shell such as the Start Menu. The Shell may provide a set of SHFolderPath APIs to manage these well known folders for developers and users. The SHFolderPath APIs may utilize a fixed set of CSIDLs. The CSIDLs comprise ordinal values used to identify folders and provide a unique system-independent way to identify special folders used frequently by applications. A table is utilized to map the CSIDLs with the location of the well known folders on a disk or drive. In current versions of existing operating systems, such as Microsoft® Windows® XP, known folders are not extendable as the CSIDLs are not extendable. Moreover, the addition of new properties to existing known folders in existing operating systems is not possible.
Thus, it would be an advancement in the art to provide a method and data structure in which developers and users may create their own known folders for use by various applications. Additionally, it would be an advancement to add new or custom properties to existing as well as new known folders which may be utilized by developers or users. These custom properties may, for example, inform developers or users of a known folders intended usage. Furthermore, the method and data structure should enable a user to discover and utilize other known folders created by various applications which may be located on the same computer or on a network with a minimal amount of effort.
The inventive method and data structure overcome the problems of the prior art by providing a set of APIs to enumerate well known locations on a system and/or to locate specific well known locations. In particular, the invention provides the functionally to locate, extend, and enumerate well known folders. In addition, the invention allows a developer and/or user to customize properties of well known folders.
A more complete understanding of the present invention and the advantages thereof may be acquired by referring to the following description in consideration of the accompanying drawings, in which like reference numbers indicate like features, and wherein:
In order to clarify the disclosure of the invention, definitions of several relevant terms are provided herein.
With reference to
Computer 110 typically includes a variety of computer readable media. Computer readable media can be any available media that can be accessed by computer 110 and includes both volatile and nonvolatile media, removable and non-removable media. By way of example, and not limitation, computer readable media may comprise computer storage media and communication media. Computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by computer 110. Communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of any of the above should also be included within the scope of computer readable media.
The system memory 130 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 131 and random access memory (RAM) 132. A basic input/output system 133 (BIOS), containing the basic routines that help to transfer information between elements within computer 110, such as during start-up, is typically stored in ROM 131. RAM 132 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 120. By way of example, and not limitation,
The computer 110 may also include other removable/non-removable, volatile/nonvolatile computer storage media. By way of example only,
The drives and their associated computer storage media discussed above and illustrated in
The computer 110 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 180. The remote computer 180 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 110, although only a memory storage device 181 has been illustrated in
When used in a LAN networking environment, the computer 110 is connected to the LAN 171 through a network interface or adapter 170. When used in a WAN networking environment, the computer 110 typically includes a modem 172 or other means for establishing communications over the WAN 173, such as the Internet. The modem 172, which may be internal or external, may be connected to the system bus 121 via the user input interface 160, or other appropriate mechanism. In a networked environment, program modules depicted relative to the computer 110, or portions thereof, may be stored in the remote memory storage device. By way of example, and not limitation,
The invention is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well known computing systems, environments, and/or configurations that may be suitable for use with the invention include, but are not limited to, personal computers, server computers, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
The invention may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
A programming interface (or more simply, interface) may be viewed as any mechanism, process, or protocol for enabling one or more segment(s) of code to communicate with or access the functionality provided by one or more other segment(s) of code. Alternatively, a programming interface may be viewed as one or more mechanism(s), method(s), function call(s), module(s), object(s), etc. of a component of a system capable of communicative coupling to one or more mechanism(s), method(s), function call(s), module(s), etc. of other component(s). The term “segment of code” in the preceding sentence is intended to include one or more instructions or lines of code, and includes, e.g., code modules, objects, subroutines, functions, and so on, regardless of the terminology applied or whether the code segments are separately compiled, or whether the code segments are provided as source, intermediate, or object code, whether the code segments are utilized in a runtime system or process, or whether they are located on the same or different machines or distributed across multiple machines, or whether the functionality represented by the segments of code are implemented wholly in software, wholly in hardware, or a combination of hardware and software.
Notionally, a programming interface may be viewed generically, as shown in
Aspects of such a programming interface may include the method whereby the first code segment transmits information (where “information” is used in its broadest sense and includes data, commands, requests, etc.) to the second code segment; the method whereby the second code segment receives the information; and the structure, sequence, syntax, organization, schema, timing and content of the information. In this regard, the underlying transport medium itself may be unimportant to the operation of the interface, whether the medium be wired or wireless, or a combination of both, as long as the information is transported in the manner defined by the interface. In certain situations, information may not be passed in one or both directions in the conventional sense, as the information transfer may be either via another mechanism (e.g. information placed in a buffer, file, etc. separate from information flow between the code segments) or non-existent, as when one code segment simply accesses functionality performed by a second code segment. Any or all of these aspects may be important in a given situation, e.g., depending on whether the code segments are part of a system in a loosely coupled or tightly coupled configuration, and so this list should be considered illustrative and non-limiting.
This notion of a programming interface is known to those skilled in the art and is clear from the foregoing detailed description of the invention. There are, however, other ways to implement a programming interface, and, unless expressly excluded, these too are intended to be encompassed by the claims set forth at the end of this specification. Such other ways may appear to be more sophisticated or complex than the simplistic view of
A communication from one code segment to another may be accomplished indirectly by breaking the communication into multiple discrete communications. This is depicted schematically in
In some cases, it may be possible to ignore, add or redefine certain aspects (e.g., parameters) of a programming interface while still accomplishing the intended result. This is illustrated in
It may also be feasible to merge some or all of the functionality of two separate code modules such that the “interface” between them changes form. For example, the functionality of
A communication from one code segment to another may be accomplished indirectly by breaking the communication into multiple discrete communications. This is depicted schematically in
Yet another possible variant is to dynamically rewrite the code to replace the interface functionality with something else but which achieves the same overall result. For example, there may be a system in which a code segment presented in an intermediate language (e.g Microsoft IL, Java ByteCode, etc.) is provided to a Just-in-Time (JIT) compiler or interpreter in an execution environment (such as that provided by the .Net framework, the Java runtime environment, or other similar runtime type environments). The JIT compiler may be written so as to dynamically convert the communications from the 1st Code Segment to the 2nd Code Segment, i.e., to conform them to a different interface as may be required by the 2nd Code Segment (either the original or a different 2nd Code Segment). This is depicted in
It is also noted that the above-described scenarios for achieving the same or similar result as an interface via alternative embodiments may also be combined in various ways, serially and/or in parallel, or with other intervening code. Thus, the alternative embodiments presented above are not mutually exclusive and may be mixed, matched and combined to produce the same or equivalent scenarios to the generic scenarios presented in
A user interface gives users access to objects necessary for running applications and managing the operating system. These objects may include folders and files that may reside on a computer's disk drives. A Shell organizes these objects into a hierarchical namespace structure through the user interface or through an application. The Shell may contain special folders whose location and existence may be known to the system and access to which is provided from numerous places in the Shell such as the Start Menu.
In an aspect of the invention, a GUID (globally unique identifier) may be utilized to specify each individual known folder on a system. The known folders may belong to one of four categories which include virtual folders, fixed file-system folders, common folders, and per-user folders.
The virtual folders may be virtual shell folders which appear in the shell namespace and may not have any actual file system folders associated with them. For example, the Control Panel Folder and the Printer folders may be virtual folders which are not backed up by any actual file system folders but only exist in the shell virtual namespace. The fixed file folder may be file system folders that are not managed by the Shell and whose location is fixed when the system is installed. For example, the “Windows” folder and the “Program Files” folders are fixed folders. The common folders may be file system folders that may be used for sharing data and settings between users. For example, all users of a machine may share a common desktop folder. Finally, the per-user folders may be file system folders which are located under an individual's profile and owned by the individual user. For example, the “%USERPROFILE%\Pictures” is a folder for the current user's pictures.
In an aspect of the invention, the knownfolder functionality may be provided for both Win32 and Corn APIs. The Win32 APIs may provide backwards compatibility with the SHFolderPath APIs. The SHFolderPath APIs may be wrappers of the Com APIs with a hard coded mapping list of CSIDL to the new FOLDERIDs for those respective folders.
To support backwards compatibility, the knownfolder interface may support three Win32 API calls which include the SHGetFolderLocationEx( ), SHGetFolderPathEx( ), and SHSetFolderPathEx( ).
The SHGetFolderLocationEx( ) API subsumes the SHGetFolderlocation( ) API and may provide a caller with additional ability such as retrieving the Knownfolder PIDL for the specified KnownFolderID and/or the ability to specify to create the Knownfolder requested, if it does not already exist. The SHGetFolderLocationEX( ) API 1400 is shown in
TABLE 1
dwFlag values
Comments
KF_FLAG_CREATE
When flag is specified, API will try
to create the folder when the folder
does not exist.
KF_FLAG_DONT_VERIFY
When flag is specified, API will not
verify that the folder path is stored.
KF_FLAG_NO_ALIAS
When flag is specified, API will not
try to map the aliased PIDL.
KF_FLAG_PER_USER_INIT
Specifies that the per-user initial-
ization should run.
The hToken parameter 1403 may specify the owner of the per-user known folder. Some of the known folders, for example, the “My Documents” folder, are per-user folders. Every user may have a different path for their “My Documents” folder. If hToken parameter 1403 has a value of NULL, the API may try to access the current user (the caller)'s instance of the folder. If hToken parameter 1403 has a valid user token, the API will try to impersonate the user using this token and try to access that user's instance. Moreover, if the hToken parameter 1403 has a value of −1, then the API may try to access the default user's folder. The ppidl parameter 1404 may return the PIDL of the requested known folder.
The SHGetFolderPathEx( ) API subsumes the SHGetFolderPath( ) API and may provide a caller with the actual file system path of the known folder. The SHGetFolderPathEx( ) API 1500 is shown in
TABLE 2
dwFlag values
Comments
KF_FLAG_DEFAULT_PATH
Some known folders may be redirected to a
different location than the default location. If
no flag is specified, API will not return the
current (redirected) path of the folder. When
flag is specified, API will return the original
default location of the specified known
folder.
KF_FLAG_NOT_PARENT_RELATIVE
To be used with
KF_FLAG_DEFAULT_PATH to give the
“namespace original” default path, that is
independent of the current location of it's
parent.
KF_FLAG_SHARE_PATH
Used to specify a remote share path
corresponding to this folder, for example,
\\computer\users$\ming\Documents.
The SHSetFolderPathEx( ) API 1600 subsumes the SHSetFolderPath( ) API and may allow a caller to set the path for a given known folder. The SHSetFolderPathEx( )API 1600 is shown in
TABLE 3
dwFlag value
Comments
KF_FLAG_DONT_UNEXPAND
Add the KF_FLAG_DONT_UNEXPAND value
to ensure that the string is written
to the registry exactly as provided.
If the KF_FLAG_DONT_UNEXPAND flag is
not included, portions of the path
may be replaced by environment
strings, such as %USERPROFILE%.
As stated above, in another aspect of the invention, the knownfolder functionality may be provided for by Com APIs. The COM interfaces may include an IKnownFolder API, an IKnownFolderManager API, an IEnumKnownFolder interface, and IKnownFolderHandler.
As shown in
Additional parameters of the IKnownFolder API 1700 may include a GetPath( ) parameter 1703, a SetPath( ) parameter 1704, a GetLocation( ) parameter 1705, and a GetItem( ) parameter 1706. The GetPath( ) parameter 1703 may obtain the path for a given knownfolder. The SethPath( ) parameter 1704 may set a path for a knownfolder. The GetLocation( ) parameter 1705 may provide a PIDL associated with a knownfolder, whereas, the GetItem( ) parameter 1706 may retrieve Shell interfaces associated with a specified folder.
In addition, redirection may be provided by the IKnownFolder API 1700. Redirection may be specified through the use of an IsRedirectable( ) parameter 1707, IsValidFolderPath( ) parameter 1708, Redirect( ) parameter 1709, and RedirectWithUI( ) parameter 1710. The IsRedirectable( ) parameter 1707 may be provided to check to see if the specified known folder is allowed to be redirected. The IsValidFolderPath( ) parameter 1708 may verify if the provided path is a valid path for redirection. The Redirect( ) parameter 1709 may redirect the specified knownfolder to the specified path. The RedirectWithUI( ) parameter 1710 may show an user interface while redirecting the knownfolder to the specified path.
In another aspect of the invention, an IKnownFolderManager API may be provided. As shown in
According to an aspect of the invention, the IKnownFolderManager API 1800 may include a number of parameters. For instance, the IKnownFolderManager API 1800 may include a FolderIdFromCSIDL( ) parameter 1801. The FolderIdFromCSIDL( ) parameter 1801 may be used to retrieve the KnownFolder_ID associated with a specified CSIDL.
The FolderIdFromCSIDL( ) parameter 1801 may therefore provide a translation between the CSIDL and the KnownFolder_ID. Similarly, a FolderIdToCSIDL( ) parameter 1802 may also be defined to obtain a CSIDL value for a specified KnownFolder_ID.
A GetFolder( ) parameter 1803 may also be defined as a parameter of the IKnownFolderManager API 1800. The GetFolder( ) parameter 1803 may be utilized to obtain information for a particular knownfolder directly where the ID of the knownfolder is available. The GetFolder( ) parameter 1803 may return a IKnownFolder pointer in order to obtain information such as a GUID value for a knownfolder, a knownfolder category, a knownfolder path, and/or PIDL associated with the knownfolder. Similar to the GetFolder( ) parameter 1803, a GetFolderForUser( ) parameter 1804 may also be defined that provides a caller with the ability to get paths for a knownfolder belonging to a specific user.
Referring to
TABLE 4
Fields
Description
category
Denotes which knownfolder category the
specified folder may belong to.
pszName
Provides a non-localized name for the
known folder.
pszCreator
The application name which defines the
known folder.
pszDescription
A short description of what the
knownfolder represents.
pfidParent &
May be utilized with common and per-user
pszRelativePath
folders to indicate that a particular
knownfolder should be created under
another knownfolder.
pszParsingName
This field may be utilized for virtual
folders to indicate the Shell namespace
folder path.
pszTooltip
The field may represent a default tool
tip used for a knownfolder when the
folder is created by the API.
pszLocalizedName
A default localized name used for this
knownfolder when the folder is created by
the API.
pszIcon
A default icon used for a knownfolder
when the folder is created by the API.
pszSecurity
A SDDL format string to describe the
default security descriptor used for this
known folder when the folder is created by
the API. If null, the security of this
knownfolder may be inherited from the
parent.
dwAttributes
Default file system attributes such as
read-only to be set when this folder is
created.
pszLegacyPath
Provides a legacy path for folders. It
may be used in migration/roaming and
application compatibility.
clsidHandler
May specify an IKnownFolderHandler object
which can be invoked to do some customi-
zation work in certain events such as
creation and deletion of this known
folder.
dwDefinitionFlags
Defines several flags to describe more
subtle behaviors for this knownfolder.
These flags may include:
KFDF_PERSONALIZE - to display a
personalize name for the folder;
KFDF_LOCAL_REDIRECT_ONLY - may be
redirected to a local disk;
KFDF_ROAMABLE - may be roamed via
PC to PC sycn.
Referring to
Additional parameters such as the GetEnumKnownFolders( ) parameter 1809 and GetEnumKnownFoldersForUser( ) parameter 1810 may also be defined for use with the IKnownFolderManager API 1800. The GetEnumKnownFolders( ) parameter 1809 may return a pointer to enumerate all knownfolders on a system whereas, the GetEnumKnownFoldersForUser( ) parameter 1810 may provide a caller with the ability to enumerate knownfolders for a specific user. Finally, a FindFolderFromPath( ) parameter 1811 may return a known folder pointer to obtain an associated known folder ID for the file system path provided.
In another aspect of the invention, an IEnumKnownFolder( ) API may be provided. As shown in
In another aspect of the invention, an IKnownFolderHandler( ) API may be provided. As shown in
Requesting component 2201, upon installation by a developer or user, may decide to create, enumerate, or manage existing knownfolders on computer 110. For example, an application 2201 of
The My Pictures known folder 2270 may be moved 2290 from local storage 2255 to Network Storage 2256. The relocation of the My Pictures known folder 2270 changes the location path for the My Pictures known folder 2270. The location of the My Pictures known folder 2270 may be updated in registry 2203. Similarly, the movement 2295 of the My Pictures known folder 2270 to another location such as a website location 2257 may also initiate the updating of registry 2203 with the new location of the My Pictures known folder 2270.
Based on the extracted GUID and additional information provided, a new knownfolder at step 2303 may be created. The new knownfolder may be included in the registry of the operating system as indicated in step 2304. The operation system in step 2405 may transmit a path of the new knownfolder to the application program. The application program may enumerate all of the existing knownfolders on the local or network system.
While the invention has been described with respect to specific examples including presently preferred modes of carrying out the invention, those skilled in the art will appreciate that there are numerous variations and permutations of the above described systems and techniques that fall within the spirit and scope of the invention as set forth in the appended claims.
Zhu, Ming, De Vorchik, David G., Guzak, Chris J., Rawat, Anshul, Wentz, Brian D., Samji, Mohammed A., Brezak, John E.
Patent | Priority | Assignee | Title |
11355009, | May 29 2014 | RIDESHARE DISPLAYS, INC. | Vehicle identification system |
11386781, | May 29 2014 | RIDESHARE DISPLAYS, INC. | Vehicle identification system and method |
Patent | Priority | Assignee | Title |
5771381, | Dec 13 1994 | Microsoft Technology Licensing, LLC | Method and system for adding configuration files for a user |
5886699, | Dec 13 1994 | Microsoft Technology Licensing, LLC | Method and system for transferring data to common destinations using a common destination list |
6061695, | Dec 06 1996 | Microsoft Technology Licensing, LLC | Operating system shell having a windowing graphical user interface with a desktop displayed as a hypertext multimedia document |
6360280, | Dec 13 1994 | Microsoft Technology Licensing, LLC | Method and system for accessing shell folder capabilities by an application program |
6915299, | Jun 23 2000 | Microsoft Technology Licensing, LLC | Web server document library |
20040165008, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Mar 29 2005 | BREZAK, JOHN E | Microsoft Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 018508 | /0136 | |
Mar 29 2005 | RAWAT, ANSHUL | Microsoft Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 018508 | /0136 | |
Mar 29 2005 | WENTZ, BRIAN D | Microsoft Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 018508 | /0136 | |
Mar 29 2005 | GUZAK, CHRIS J | Microsoft Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 018508 | /0136 | |
Mar 29 2005 | SAMJI, MOHAMMED A | Microsoft Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 018508 | /0136 | |
Mar 29 2005 | ZHU, MING | Microsoft Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 018508 | /0136 | |
Mar 30 2005 | DE VORCHIK, DAVID G | Microsoft Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 016049 | /0217 | |
Mar 30 2005 | DEVORCHIK, DAVID G | Microsoft Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 018508 | /0136 | |
Apr 01 2005 | Microsoft Corporation | (assignment on the face of the patent) | / | |||
Oct 14 2014 | Microsoft Corporation | Microsoft Technology Licensing, LLC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 034543 | /0001 |
Date | Maintenance Fee Events |
Jun 13 2012 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Jun 30 2016 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Aug 31 2020 | REM: Maintenance Fee Reminder Mailed. |
Feb 15 2021 | EXP: Patent Expired for Failure to Pay Maintenance Fees. |
Date | Maintenance Schedule |
Jan 13 2012 | 4 years fee payment window open |
Jul 13 2012 | 6 months grace period start (w surcharge) |
Jan 13 2013 | patent expiry (for year 4) |
Jan 13 2015 | 2 years to revive unintentionally abandoned end. (for year 4) |
Jan 13 2016 | 8 years fee payment window open |
Jul 13 2016 | 6 months grace period start (w surcharge) |
Jan 13 2017 | patent expiry (for year 8) |
Jan 13 2019 | 2 years to revive unintentionally abandoned end. (for year 8) |
Jan 13 2020 | 12 years fee payment window open |
Jul 13 2020 | 6 months grace period start (w surcharge) |
Jan 13 2021 | patent expiry (for year 12) |
Jan 13 2023 | 2 years to revive unintentionally abandoned end. (for year 12) |