Share via


TCPIP_OWNER_MODULE_BASIC_INFO (Compact 2013)

3/26/2014

This structure contains pointers to the module name and module path values associated with a TCP connection. The TCPIP_OWNER_MODULE_BASIC_INFO structure is returned by the GetOwnerModuleFromTcpEntry and GetOwnerModuleFromTcp6Entry functions.

Syntax

typedef struct {
  PWCHAR pModuleName;
  PWCHAR pModulePath;
} TCPIP_OWNER_MODULE_BASIC_INFO,
  *PTCPIP_OWNER_MODULE_BASIC_INFO;

Members

  • pModuleName
    A pointer to the name of the module. This field should be a NULL pointer when it is passed to GetOwnerModuleFromTcpEntry or GetOwnerModuleFromTcp6Entry function.
  • pModulePath
    A pointer to the full path of the module, including the module name. This field should be a NULL pointer when it is passed to GetOwnerModuleFromTcpEntry or GetOwnerModuleFromTcp6Entry function.

Remarks

If the module owner is the system kernel, the lpModuleName and lpModulePath members point to a wide character string that contains "System".

See Also

Reference

IP Helper Structures