SHRegisterValidateTemplate (SHLWAPI.@)
HRESULT SHRegisterValidateTemplate ( LPCWSTR filename, BOOL unknown )
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.
filename | [In] | An existing file its content is read into an allocated buffer. |
unknown | [In] | . |
Success: ERROR_SUCCESS.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/shlwapi/reg.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.