Condividi tramite


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

Minimum supported client Windows 2000 Professional
Minimum supported server Windows 2000 Server
Header Netmon.h

Send comments about this topic to Microsoft

Build date: 11/9/2009