STRTABLEA structure (advpub.h)
Represents a table of registry string replacements.
Syntax
typedef struct _StrTableA {
DWORD cEntries;
STRENTRYA *pse;
} STRTABLEA, *LPSTRTABLEA;
Members
cEntries
The number of entries in the table.
pse
And array of entries.
Remarks
Note
The advpub.h header defines STRTABLE as an alias that 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 is 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 |