NOTIFYPERFORMANCE


typedef struct _NOTIFYPERFORMANCE { 
  DWORD cbStructure;
  LPTSTR lpRemoteName;
  LPNETCONNECTINFOSTRUCT lpNetConnectInfo;
} NOTIFYPERFORMANCE, *NOTIFYPERFORMANCE;

cbStructure

The size of the NOTIFYCANCEL structure in bytes.

lpRemoteName

Specifies the network resource being queried. This is the same value as passed to the providers in the lpRemoteName parameter of NPGetConnectionPerformance.

lpNetConnectInfo

Pointer to the buffer containing the NETCONNECTINFOSTRUCT structure where information is returned. This is the same value as passed to the providers in the lpNetConnectInfo parameter of NPGetConnectionPerformance.