Unit 'Media.EVNTrace' Package
[Overview][Constants][Types][Index] [#pl_win_media]

TEVENT_TRACE_HEADER

Declaration

Source position: Media.EVNTrace.pas line 505

type TEVENT_TRACE_HEADER = record

  Size: USHORT;

  

  DUMMYUNIONNAME: record

  

    case Integer of

      0: (

          FieldTypeFlags: USHORT;

  

        );

      1: (

          HeaderType: UCHAR;

  

          MarkerFlags: UCHAR;

  

        );

  end;

  DUMMYUNIONNAME2: record

  

    case Integer of

      0: (

          Version: ULONG;

  

        );

      1: (

          _Type: UCHAR;

  

          Level: UCHAR;

  

          _Version: USHORT;

  

        );

  end;

  ThreadId: ULONG;

  

  ProcessId: ULONG;

  

  TimeStamp: LARGE_INTEGER;

  

  DUMMYUNIONNAME3: record

  

    case Integer of

      0: (

          Guid: TGUID;

  

        );

      1: (

          GuidPtr: ULONGLONG;

  

        );

  end;

  DUMMYUNIONNAME4: record

  

    case Integer of

      0: (

          KernelTime: ULONG;

  

          UserTime: ULONG;

  

        );

      1: (

          ProcessorTime: ULONG64;

  

        );

      2: (

          ClientContext: ULONG;

  

          Flags: ULONG;

  

        );

  end;

end;



CT Web help

CodeTyphon Studio