IOleObjectGetUserType Method |
Retrieves a user-readable type name.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxint 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
Int32The HRESULT returned by the COM method.
See Also