Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 1.67 KB

register-expert.md

File metadata and controls

72 lines (41 loc) · 1.67 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
The expert must implement the Register expert function. Network Monitor calls the Register expert function to obtain information about the expert.
58cfe525-99b1-40ce-b8d8-fa1c62a20c40
Register Expert callback function (Netmon.h)
reference
05/31/2018
APIRef
kbSyntax
Register
UserDefined
Netmon.h

Register Expert callback function

The expert must implement the Register expert function. Network Monitor calls the Register expert function to obtain information about the expert.

Syntax

BOOL WINAPI Register(
  _Inout_ PEXPERTENUMINFO pExpertInfo
);

Parameters

pExpertInfo [in, out]

Pointer to an EXPERTENUMINFO structure that Network Monitor allocates. The expert fills in the structure with all requested information.

Return value

If the function is successful, the return value is TRUE, and the function returns the requested information.

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

Remarks

The Version member of the EXPERTENUMINFO structure must be zero.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Netmon.h