Редагувати

Поділитися через


GetPropertyText function

The GetPropertyText function returns a pointer to the property text.

Syntax

LPSTR WINAPI GetPropertyText(
  _In_ HFRAME         hFrame,
  _In_ LPPROPERTYINST lpPI,
  _In_ LPSTR          szBuffer,
  _In_ DWORD          BufferSize
);

Parameters

hFrame [in]

Handle to the frame.

lpPI [in]

Pointer to a property instance.

szBuffer [in]

Pointer to the property text string.

BufferSize [in]

Size of the text string buffer.

Return value

If the function is successful, the return value is a pointer to the property text.

If the function is unsuccessful, the return value is NULL.

Remarks

Experts and parsers can call the GetPropertyText function.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Netmon.h
Library
Nmapi.lib
DLL
Nmapi.dll