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 declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/shlwapi/reg.c". https://source.winehq.org/source/dlls/shlwapi/reg.c

Debug channel "shell".


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