Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 1.95 KB

nf-advpub-reginstallw.md

File metadata and controls

77 lines (61 loc) · 1.95 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:advpub.RegInstallW
RegInstallW function (advpub.h)
Updates the string registry values in the provided table. (Unicode)
RegInstallW
RegInstallW function [Windows API]
advpub/RegInstallW
winprog.reginstallw
winprog\reginstallw.htm
winprog
3E3A48B6-FAF8-4C21-8438-41FA94937A39
12/05/2018
RegInstallW, RegInstallW function [Windows API], advpub/RegInstallW, winprog.reginstallw
advpub.h
Windows
Windows 10 [desktop apps only]
Windows Server [desktop apps only]
Advpack.lib
Advpack.dll
Windows
19H1
RegInstallW
advpub/RegInstallW
c++
APIRef
kbSyntax
DllExport
advpack.dll
RegInstallW

RegInstallW function

-description

Updates the string registry values in the provided table.

-parameters

-param hmod

The module containing the values to be updated.

-param pszSection

The sections containing the values to be updated.

-param pstTable

The table of values to be updated.

-returns

Returns S_OK on success. Returns E_FAIL on failure.

-remarks

Note

The advpub.h header defines RegInstall as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.