<Return[D]><Top>

DllGetVersion

Declare Function Api_DllGetVersion& Lib "shlwapi" Alias "DllGetVersion" (dwVersion As DllVersionInfo)

Declare Function DllGetVersion Lib "shlwapi" (dwVersion As DllVersionInfo) As Long

Shell32.dllのバージョンを取得する。

パラメータ
pdvi
    DLLVERSIONINFO構造体へのバージョン情報を受け取るポインタを指定。

戻り値

    関数が成功すると、S_OK が返る。または、定義されたエラーが返る。