RTM_ENTITY_EXPORT_METHODS structure (rtmv2.h)

The RTM_ENTITY_EXPORT_METHODS structure contains the set of methods exported by a client.

Syntax

typedef struct _RTM_ENTITY_EXPORT_METHODS {
  UINT                     NumMethods;
  RTM_ENTITY_EXPORT_METHOD Methods[1];
} RTM_ENTITY_EXPORT_METHODS, *PRTM_ENTITY_EXPORT_METHODS;

Members

NumMethods

Specifies the number of methods exported by the client in the Methods member.

Methods[1]

Specifies which methods the client is exporting.

Requirements

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

See also

RtmRegisterEntity