STRENTRYW structure (advpub.h)

Represents a registry string replacement.

Syntax

typedef struct _StrEntryW {
  LPWSTR pszName;
  LPWSTR pszValue;
} STRENTRYW, *LPSTRENTRYW;

Members

pszName

The name of the string to substitute.

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.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server [desktop apps only]
Header advpub.h