Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
The LookupWordSetString function returns the string corresponding to the requested value from a labeled set.
Syntax
LPBYTE WINAPI LookupWordSetString(
LPSET lpSet,
WORD Value
);
Parameters
-
lpSet
-
Labeled set from which you extract the value's label.
-
Value
-
Value of a labeled set.
Return value
If the function is successful, the return value is a string that corresponds to the requested value.
If the function is unsuccessful, the specified value is not in the set, the return value is NULL.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
| Library |
|
| DLL |
|