Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

MediaCreateMediaType

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword MediaCreateMediaType ();

Description

Creates an empty media type. After usage use MediaReleaseMediaType to release the media type.

Parameters

Return Values

  • 0: The function failed. Call MediaGetLastError to get a more specific error code.
  • ≠0: Media type handle

Example

See Also