Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
289 views
in Technique[技术] by (71.8m points)

.net - 知名GUID列表[关闭](List of well-known GUIDs [closed])

Probably, many thousands of new GUIDs are generated every second worldwide.

(全世界每秒可能产生数千个新的GUID。)

Some of them might be in use only for a second and then sink into oblivion forever.

(其中一些可能只使用了一秒钟,然后永久消失。)

Others could be more lucky and last for a longer time but are confined to a single database or computer system, and are not of a general interest.

(其他人可能会更幸运,并可以使用更长的时间,但仅限于单个数据库或计算机系统,因此并不具有普遍意义。)

And only a small portion of GUIDs are elite, born to have a worldwide fame and possibly live forever.

(而且只有一小部分的GUID是精英人士,他们天生具有举世闻名的声誉,并且可能永远存在。)

Sometimes they are called well-known GUIDs.

(有时它们被称为众所周知的 GUID。)

Of course, this notion is imprecise and somewhat subjective.

(当然,这个概念是不精确的,有些主观。)

Sometimes, knowledge of a certain well-know GUID can give you power or open doors to access certain APIs.

(有时,对某些知名GUID的了解可以为您提供强大的动力或打开访问某些API的大门。)

One example is a so-called "God Mode" GUID in Windows ED7BA470-8E54-465E-825C-99712043E01C .

(一个示例是Windows ED7BA470-8E54-465E-825C-99712043E01C中的所谓的“上帝模式” GUID。)

Another one is DF8395B5-A4BA-450b-A77C-A9A47762C520 that is only mentioned on couple of paged on the Web, but is very useful if you want to invoke some CLR debugging or profiling APIs from a managed code.

(另一个是DF8395B5-A4BA-450b-A77C-A9A47762C520 ,仅在Web上的几页中提到,但如果要从托管代码中调用某些CLR调试或概要分析API,此功能非常有用。)

Some of them (like 53D29EF7-377C-4D14-864B-EB3A85769359 ) are identifiers of system devices that could be useful when searching for missing drivers.

(其中一些(例如53D29EF7-377C-4D14-864B-EB3A85769359 )是系统设备的标识符,在搜索缺少的驱动程序时可能会很有用。)

I am curious to know if there is a published list, or some community-supported database including some (hopefully, most) well-known GUIDs with their description, kind (eg COM CLSID, system device ID, ...), publisher, obsolete/deprecated status, and other pertinent information?

(我很想知道是否有一个已发布的列表,或者某个社区支持的数据库,其中包括一些(希望是大多数)知名的GUID及其描述,种类(例如COM CLSID,系统设备ID等),发布者,过时/过时的状态以及其他相关信息?)

Personally, I have a list of a hundred or so GUIDs that proved to be quite useful on several occasions.

(就个人而言,我列出了一百多个GUID,这些GUID在某些情况下非常有用。)

I also found short lists like this specific to certain narrow areas.

(我还发现短名单像这样针对特定狭窄区域。)

  ask by Oksana Gimmel translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Well, maybe its not aggregated over Google, but we could do it here.

(好吧,也许它不是通过Google汇总的,但是我们可以在这里完成。)

  1. There are Known Folder GUIDs for File Dialog Custom Places.

    (有用于文件对话框自定义位置的已知文件夹GUID。)

    You use a GUID to specify a Windows Vista Known Folder when you add folders to a CustomPlaces collection.

    (将文件夹添加到CustomPlaces集合时,可以使用GUID指定Windows Vista已知文件夹。)

    Known Folder GUIDs are not case sensitive and are defined in the KnownFolders.h file in the Windows SDK.: List of Known Folder GUIDs

    (已知文件夹GUID不区分大小写,并且在Windows SDK的KnownFolders.h文件中定义。: 已知文件夹GUID列表)

  2. Virtual folder GUIDs : List of Virtual Folder GUIDs

    (虚拟文件夹GUID:虚拟文件夹GUID的列表)

  3. VSS Write GUIDS here: List of well known VSS Writer GUIDs

    (此处的VSS Write GUIDS: 众所周知的VSS Writer GUID列表)

  4. Well Known Object GUIDs: List of Well Known Object GUIDs

    (知名对象GUID:知名对象GUID的列表)

  5. List of well known Project GUIDs: http://www.mztools.com/articles/2008/mz2008017.aspx

    (著名的Project GUID列表: http//www.mztools.com/articles/2008/mz2008017.aspx)

Interestingly this website seems to be a Master List of Well Known GUID's although they seem related to Microsoft GUIDs, some lead to MSDN, some elsewhere.

(有趣的是, 网站似乎是知名GUID的主列表,尽管它们似乎与Microsoft GUID有关,有些导致MSDN,有些则导致其他地方。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...