RTM_ENTITY_METHOD_INPUT structure (rtmv2.h)
The RTM_ENTITY_METHOD_INPUT structure is used to pass information to a client when invoking its method.
Syntax
typedef struct _RTM_ENTITY_METHOD_INPUT {
RTM_ENTITY_METHOD_TYPE MethodType;
UINT InputSize;
UCHAR InputData[1];
} RTM_ENTITY_METHOD_INPUT, *PRTM_ENTITY_METHOD_INPUT;
Members
MethodType
Specifies the method.
InputSize
Specifies the size, in bytes, of InputData.
InputData[1]
Buffer for input data for the method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | rtmv2.h |