Click or drag to resize

Ole32FuncOleRegGetUserType Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.OleRegGetUserType(System.Guid@,System.UInt32,System.Text.StringBuilder)"]


Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int OleRegGetUserType(
	in Guid clsid,
	uint dwFormOfType,
	StringBuilder pszUserType
)

Parameters

clsid  Guid

[Missing <param name="clsid"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.OleRegGetUserType(System.Guid@,System.UInt32,System.Text.StringBuilder)"]

dwFormOfType  UInt32

[Missing <param name="dwFormOfType"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.OleRegGetUserType(System.Guid@,System.UInt32,System.Text.StringBuilder)"]

pszUserType  StringBuilder

[Missing <param name="pszUserType"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.OleRegGetUserType(System.Guid@,System.UInt32,System.Text.StringBuilder)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.OleRegGetUserType(System.Guid@,System.UInt32,System.Text.StringBuilder)"]

See Also