Share via


LookupByteSetString

The LookupByteSetString function returns the string corresponding to the specified value of a labeled set.

LPBYTE WINAPILookupByteSetString(LPSETlpSet,
BYTEValue);

Parameters

  • lpSet
    Pointer to a 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 a string corresponding to the value provided.

If the function is unsuccessful, 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.