Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The LookupByteSetString function returns the string corresponding to the specified value of a labeled set.
Syntax
LPBYTE WINAPI LookupByteSetString(
LPSET lpSet,
BYTE Value
);
Parameters
-
lpSet
-
Pointer to a labeled set, from which you can extract the value's label.
-
Value
-
Value of a labeled set.
Return value
If the function is successful, the return value is a string corresponding to the value provided.
If the function is unsuccessful, 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 |
|