Click or drag to resize

IOleObjectGetMiscStatus Method

Retrieves miscellaneous status flags.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
int GetMiscStatus(
	int dwAspect,
	out int misc
)

Parameters

dwAspect  Int32
The requested drawing aspect.
misc  Int32
When this method returns, contains the miscellaneous status flags.

Return Value

Int32
The HRESULT returned by the COM method.
See Also