NAME

SHELL32_DllGetVersion  (SHELL32.@)

SYNOPSIS

 HRESULT SHELL32_DllGetVersion
 (
  DLLVERSIONINFO* pdvi
 )

DESCRIPTION

Retrieves version information of the 'SHELL32.dll '.

PARAMS

pdvi [Out] pointer to version information structure.

RETURNS

Success: S_OK

Failure: E_INVALIDARG.

NOTES

Returns version of a shell32.dll from IE4.01 SP1.

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/shell32/shell32_main.c". source.winehq.org/source/dlls/shell32/shell32_main.c

Debug channel "shell".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.