LookupDwordSetString
The LookupDwordSetString function returns the string corresponding to the specified value of a labeled set.
LPBYTE WINAPILookupDwordSetString(LPSETlpSet,
DWORDValue);
Parameters
- lpSet
Labeled set, from which you can extract the value's label. - Value
Value of a labeled set.
Return Values
If the function is successful, the return value is the string that corresponds to the specified 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. |