.
The OleRegGetUserType API
8/3/2011 3:47:48 AM - anonymous
.
static extern int OleRegGetUserType([In] ref Guid clsid, uint dwFormOfType,
.
static extern int OleRegGetUserType([In] ref Guid clsid, uint dwFormOfType, out IntPtr pszBuff);
.
int nResult = OleRegGetUserType(ref clsid, (uint)USERCLASSTYPE.USERCLASSTYPE_FULL, out pszBuf);
.