diff --git a/include/freerdp/client.h b/include/freerdp/client.h index 40adba717..8841680e0 100644 --- a/include/freerdp/client.h +++ b/include/freerdp/client.h @@ -42,6 +42,9 @@ #include #endif +/** @brief Opaqye handle for AAD wrapper + * @since version 3.16.0 + */ typedef struct MIBClientWrapper MIBClientWrapper; #ifdef __cplusplus @@ -140,8 +143,8 @@ extern "C" ALIGN64 FreeRDP_TouchContact contacts[FREERDP_MAX_TOUCH_CONTACTS]; /**< (offset 8) */ ALIGN64 FreeRDP_PenDevice pens[FREERDP_MAX_PEN_DEVICES]; /**< (offset 9) */ - ALIGN64 MIBClientWrapper* mibClientWrapper; /**< (offset 10) */ - UINT64 reserved[128 - 10]; /**< (offset 10) */ + ALIGN64 MIBClientWrapper* mibClientWrapper; /**< (offset 10) @since version 3.16.0 */ + UINT64 reserved[129 - 11]; /**< (offset 11) */ }; /* Common client functions */ diff --git a/include/freerdp/settings_types_private.h b/include/freerdp/settings_types_private.h index 88dbd6720..984905d3f 100644 --- a/include/freerdp/settings_types_private.h +++ b/include/freerdp/settings_types_private.h @@ -289,7 +289,8 @@ struct rdp_settings SETTINGS_DEPRECATED(ALIGN64 BOOL AadSecurity); /* 1112 */ SETTINGS_DEPRECATED(ALIGN64 char* WinSCardModule); /* 1113 */ SETTINGS_DEPRECATED(ALIGN64 BOOL RemoteCredentialGuard); /* 1114 */ - SETTINGS_DEPRECATED(ALIGN64 BOOL RestrictedAdminModeSupported); /* 1115 */ + SETTINGS_DEPRECATED( + ALIGN64 BOOL RestrictedAdminModeSupported); /** 1115 @since version 3.16.0 */ UINT64 padding1152[1152 - 1116]; /* 1116 */ /* Connection Cookie */ @@ -503,13 +504,13 @@ struct rdp_settings * @since version 3.10.0 */ SETTINGS_DEPRECATED(ALIGN64 char* GatewayAvdScope); /** 2021 - * @since version 3.14.1 + * @since version 3.16.0 */ SETTINGS_DEPRECATED(ALIGN64 char* GatewayAvdAccessTokenFormat); /** 2022 - * @since version 3.14.1 + * @since version 3.16.0 */ SETTINGS_DEPRECATED(ALIGN64 char* GatewayAvdAccessAadFormat); /** 2023 - * @since version 3.14.1 + * @since version 3.16.0 */ UINT64 padding2112[2112 - 2024]; /* 2024 */