.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RegInstallW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRegInstallW\fR (ADVPACK.@) .SH SYNOPSIS HRESULT RegInstallW ( HMODULE \fIhm\fR, LPCWSTR \fIpszSection\fR, const STRTABLEW* \fIpstTable\fR ) .SH DESCRIPTION .PP Loads an \fBINF\fR from a string resource, adds entries to the string substitution table, and executes the \fBINF\fR. .SH PARAMS \fIhm\fR \fB[In]\fR Module that contains the \fBREGINST\fR resource. .PP \fIpszSection\fR \fB[In]\fR The \fBINF\fR section to execute. .PP \fIpstTable\fR \fB[In]\fR Table of string substitutions. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBE_FAIL\fR. .SH IMPLEMENTATION .PP Declared in \fB"advpub.h"\fR. .PP Implemented in \fB"dlls/advpack/reg.c"\fR. .PP Debug channel \fB"advpack"\fR.