SHRegisterValidateTemplate(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/reg.c".
- Debug channel "shell".