TCPIP_OWNER_MODULE_INFO_CLASS enumeration (iprtrmib.h)
The TCPIP_OWNER_MODULE_INFO_CLASS enumeration defines the type of module information structure passed to calls of the GetOwnerModuleFromXXXEntry family.
Syntax
typedef enum _TCPIP_OWNER_MODULE_INFO_CLASS {
TCPIP_OWNER_MODULE_INFO_BASIC
} TCPIP_OWNER_MODULE_INFO_CLASS, *PTCPIP_OWNER_MODULE_INFO_CLASS;
Constants
TCPIP_OWNER_MODULE_INFO_BASIC A TCPIP_OWNER_MODULE_BASIC_INFO structure is passed to the GetOwnerModuleFromXXXEntry function. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
Minimum supported server | Windows Server 2008, Windows Server 2003 with SP1 [desktop apps only] |
Header | iprtrmib.h |