.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHRegisterValidateTemplate 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHRegisterValidateTemplate\fR (SHLWAPI.@) .SH SYNOPSIS HRESULT SHRegisterValidateTemplate ( LPCWSTR \fIfilename\fR, BOOL \fIunknown\fR ) .SH DESCRIPTION .PP observed from the ie \fB5.5\fR installer: .PP \fB-\fR allocates a buffer with the size of the given file .PP \fB-\fR read the file content into the buffer .PP \fB-\fR creates the key szTemplateKey .PP \fB-\fR sets \fB"205523652929647911071668590831910975402"\fR=dword:00002e37 at the key. .SH PARAMS \fIfilename\fR \fB[In]\fR An existing file its content is read into an allocated buffer. .PP \fIunknown\fR \fB[In]\fR \fB.\fR .PP .SH RETURNS .PP \fBSuccess:\fR \fBERROR_SUCCESS\fR. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/shlwapi/reg.c"\fR. .PP Debug channel \fB"shell"\fR.