Register Expert
The expert must implement the Register expert function. Network Monitor calls the Register expert function to obtain information about the expert.
BOOL WINAPIRegister(PEXPERTENUMINFOpExpertInfo);
Parameters
- pExpertInfo
[in, out] Pointer to an EXPERTENUMINFO structure that Network Monitor allocates. The expert fills in the structure with all requested information.
Return Values
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
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. |