pSetupStringTableAddStringEx function
[This function is not available in Windows Vista or Windows Server 2008.]
Adds a string and extra data to a table.
Syntax
LONG pSetupStringTableAddStringEx(
_In_ PVOID StringTable,
_In_ PTSTR String,
_In_ DWORD Flags,
_In_opt_ PVOID ExtraData,
_In_opt_ UINT ExtraDataSize
);
Parameters
-
StringTable [in]
-
A pointer to the string table.
-
String [in]
-
A pointer to string to be added to the table.
-
Flags [in]
-
The value of this parameter can be
STRTAB_CASE_SENSITIVE | STRTAB_NEW_EXTRADATA
.Value Meaning - STRTAB_CASE_SENSITIVE
- 0x001
String is case sensitive. - STRTAB_NEW_EXTRADATA
- 0x004
There is extra data. -
ExtraData [in, optional]
-
A optional pointer to an extra data object.
-
ExtraDataSize [in, optional]
-
The size of the extra data.
Remarks
This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.
Requirements
Requirement | Value |
---|---|
DLL |
|