LookupWordSetString
The LookupWordSetString function returns the string corresponding to the requested value from a labeled set.
LPBYTE WINAPILookupWordSetString(LPSETlpSet,
WORDValue);
Parameters
- lpSet
Labeled set from which you extract the value's label. - Value
Value of a labeled set.
Return Values
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
Client | Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0. |
Server | Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0. |
Header | Declared in Netmon.h. |
Library | Link to Parser.lib. |
DLL | Requires Nmapi.dll. |