Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

STGMEDIUM

Declaration

Source position: jwaactivex.pas line 204

type STGMEDIUM = record

  tymed: LongInt;

  case Integer of

    0: (

        hBitmap: THandle;

        unkForRelease: Pointer;

      );

    1: (

        hMetaFilePict: THandle;

      );

    2: (

        hEnhMetaFile: THandle;

      );

    3: (

        hGlobal: HGLOBAL;

      );

    4: (

        lpszFileName: POleStr;

      );

    5: (

        stm: Pointer;

      );

    6: (

        stg: Pointer;

      );

end;


Documentation generated on: 2023-03-18