Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "CoCreateGuid" in [All]

secur32

.
DynamicLoader
api-ms-win-downlevel-ole32-l1-1-0/CoCreateGuid

rpcrt4

.

Microsoft changed the UuidCreate function so it no longer uses the machine's MAC address as part of the UUID. Since CoCreateGuid calls UuidCreate to get its GUID, its output also changed. If you still like the GUIDs to be generated in sequential order (helpful for keeping a related group of GUIDs together in the system registry), you can use the UuidCreateSequential function.

.

CoCreateGuid generates random-looking GUIDs like these:

.

Microsoft changed the UuidCreate function so it no longer uses the machine's MAC address as part of the UUID. Since CoCreateGuid calls UuidCreate to get its GUID, its output also changed. If you still like the GUIDs to be generated in sequential order (helpful for keeping a related group of GUIDs together in the system registry), you can use the UuidCreateSequential function.

.

CoCreateGuid generates random-looking GUIDs like these:

ole32

.
Summary
.

static extern int CoCreateGuid ( out Guid guid );

.

CoCreateGuid ( out guid );

.

Marshal.ThrowExceptionForHR ( CoCreateGuid ( out guid ) , new IntPtr ( -1 ) );

.
Documentation
[CoCreateGuid] on MSDN

 
Access PInvoke.net directly from VS: