Click or drag to resize

IOleObjectGetUserType Method

Retrieves a user-readable type name.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
int GetUserType(
	int dwFormOfType,
	out string userType
)

Parameters

dwFormOfType  Int32
The form of the user type string to retrieve.
userType  String
When this method returns, contains the user-readable type name.

Return Value

Int32
The HRESULT returned by the COM method.
See Also