RTM_ENTITY_METHOD_OUTPUT structure (rtmv2.h)

The RTM_ENTITY_METHOD_OUTPUT structure is used to pass information to the calling client when the routing table manager invokes a method.

Syntax

typedef struct _RTM_ENTITY_METHOD_OUTPUT {
  RTM_ENTITY_METHOD_TYPE MethodType;
  DWORD                  MethodStatus;
  UINT                   OutputSize;
  UCHAR                  OutputData[1];
} RTM_ENTITY_METHOD_OUTPUT, *PRTM_ENTITY_METHOD_OUTPUT;

Members

MethodType

Specifies the method identifier.

MethodStatus

Receives the status of the method after execution.

OutputSize

Specifies the size, in bytes, of OutputData.

OutputData[1]

Buffer for data returned by the method.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows 2000 Server [desktop apps only]
Header rtmv2.h

See also

RtmInvokeMethod