Ole32FuncOleRegGetUserType Method |
Retrieves a user-readable type name from the registry.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int OleRegGetUserType(
in Guid clsid,
uint dwFormOfType,
StringBuilder pszUserType
)
Parameters
- clsid Guid
- The CLSID whose user type is requested.
- dwFormOfType UInt32
- The form of the user type string to retrieve.
- pszUserType StringBuilder
- A buffer that receives the user-readable type name.
Return Value
Int32The HRESULT returned by COM.
See Also