STRTABLEA structure (advpub.h)
Represents a table of registry string replacements.
typedef struct _StrTableA {
DWORD cEntries;
STRENTRYA *pse;
} STRTABLEA, *LPSTRTABLEA;
cEntries
The number of entries in the table.
pse
And array of entries.
Megjegyzés
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.
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server [desktop apps only] |
Header | advpub.h |