הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
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 |