stringfromguid2 (ole32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true)]
static extern int StringFromGUID2(
   [MarshalAs(UnmanagedType.LPStruct)] Guid rguid,
   [Out] StringBuilder lpsz,
   int cchMax);

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Guid.ToString("B")

Documentation