Skip to content

Latest commit

 

History

History
73 lines (61 loc) · 2.11 KB

ns-advpub-strentrya.md

File metadata and controls

73 lines (61 loc) · 2.11 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
NS:advpub._StrEntryA
STRENTRYA (advpub.h)
Represents a registry string replacement. (ANSI)
*LPSTRENTRYA
LPSTRENTRYA
LPSTRENTRYA structure pointer [Windows API]
STRENTRY
STRENTRYA
STRENTRYA structure [Windows API]
_StrEntryA
_StrEntryA structure [Windows API]
advpub/LPSTRENTRYA
advpub/_StrEntryA
winprog._strentrya
winprog\_strentrya.htm
winprog
BE4239CA-68D5-4E5A-BA53-087001ACD7BB
12/05/2018
*LPSTRENTRYA, LPSTRENTRYA, LPSTRENTRYA structure pointer [Windows API], STRENTRY, STRENTRYA, STRENTRYA structure [Windows API], _StrEntryA, _StrEntryA structure [Windows API], advpub/LPSTRENTRYA, advpub/_StrEntryA, winprog._strentrya
advpub.h
Windows
Windows 10 [desktop apps only]
Windows Server [desktop apps only]
Advpack.lib
Windows
STRENTRYA, *LPSTRENTRYA
19H1
_StrEntryA
advpub/_StrEntryA
LPSTRENTRYA
advpub/LPSTRENTRYA
STRENTRYA
advpub/STRENTRYA
c++
APIRef
kbSyntax
LibDef
advpack.lib
STRENTRYA

STRENTRYA structure

-description

Represents a registry string replacement.

-struct-fields

-field pszName

The name of the string to substitute.

-field pszValue

The replacement string.

-remarks

Note

The advpub.h header defines STRENTRY 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.