Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RAS_UPDATE_CONNECTION, AUTH_VALIDATION_EX structures, and the structure version used by the MprAdminConnectionEnumEx method.
Syntax
typedef struct _MPRAPI_OBJECT_HEADER {
UCHAR revision;
UCHAR type;
USHORT size;
} MPRAPI_OBJECT_HEADER, *PMPRAPI_OBJECT_HEADER;
Members
revision
A value that represents the version of the structure specified by type. Possible values are:
| Value | Meaning |
|---|---|
|
Represents version 1 of the RAS_CONNECTION_EX structure if type is MPRAPI_OBJECT_TYPE_RAS_CONNECTION_OBJECT. |
|
Represents version 1 of the MPR_SERVER_EX structure if type is MPRAPI_OBJECT_TYPE_MPR_SERVER_OBJECT. |
|
Represents version 1 of the MPR_SERVER_SET_CONFIG_EX structure if type is MPRAPI_OBJECT_TYPE_MPR_SERVER_SET_CONFIG_OBJECT. |
type
A value from the MPRAPI_OBJECT_TYPE enumeration that specifies the structure type.
size
The size, in bytes, of the structure based on type and revision.
type
size
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | mprapi.h |