Click or drag to resize

Ole32FuncOleRegGetUserType Method

Retrieves a user-readable type name from the registry.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

Int32
The HRESULT returned by COM.
See Also