<Return[PQ]><Top>

PlayMetaFile

Declare Function Api_PlayMetaFile& Lib "gdi32" Alias "PlayMetaFile" (ByVal hDC&, ByVal hWmf&)

Declare Function PlayMetaFile Lib "gdi32" (ByVal hDC As Long, ByVal hWmf As Long) As Long

指定したデバイス上の Windows 形式メタファイルに格納されたピクチャを表示する。
この関数は 16 ビット版 Windows との互換性のために提供される。Win32 アプリケーションでは、PlayEnhMetaFile 関数を使う。

パラメータ
hdc
    デバイスコンテキストのハンドルを指定する。
hmf
    Windows 形式メタファイルのハンドルを指定する。
 

戻り値
    関数が成功すると、0 以外の値が返る。
    関数が失敗すると、0 が返る。
    Windows NT/2000:拡張エラー情報を取得するには、GetLastError 関数を使う。