SHRegisterValidateTemplate.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SHRegisterValidateTemplate (SHLWAPI.@)

SYNOPSIS

HRESULT SHRegisterValidateTemplate
 (
  LPCWSTR filename,
  BOOL    unknown
 )

DESCRIPTION

observed from the ie 5.5 installer:

- allocates a buffer with the size of the given file

- read the file content into the buffer

- creates the key szTemplateKey

- sets "205523652929647911071668590831910975402"=dword:00002e37 at the key.

PARAMS

filename [In] An existing file its content is read into an allocated buffer.

unknown [In] .

RETURNS

Success: ERROR_SUCCESS.

IMPLEMENTATION

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

Implemented in "dlls/shlwapi/reg.c".

Debug channel "shell".