Click or drag to resize

IOleObjectGetUserType Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleObject.GetUserType(System.Int32,System.String@)"]


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

Parameters

dwFormOfType  Int32

[Missing <param name="dwFormOfType"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleObject.GetUserType(System.Int32,System.String@)"]

userType  String

[Missing <param name="userType"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleObject.GetUserType(System.Int32,System.String@)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleObject.GetUserType(System.Int32,System.String@)"]

See Also