Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|