-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 2210 GDK QFE1
- Loading branch information
Showing
23 changed files
with
226 additions
and
81 deletions.
There are no files selected for viewing
Submodule libHttpClient
updated
19 files
36 changes: 36 additions & 0 deletions
36
External/Xal/Source/Xal/Include/Xal/xal_internal_marketing.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
#pragma once | ||
|
||
#if !defined(__cplusplus) | ||
#error C++11 required | ||
#endif | ||
|
||
// Attention: This file is intended for internal uses only. | ||
// Its use is not recommended and not supported. | ||
|
||
#include <Xal/xal_types.h> | ||
|
||
extern "C" | ||
{ | ||
//----------------------------------------------------------------------------- | ||
// Marketing State | ||
//----------------------------------------------------------------------------- | ||
|
||
/// <summary> | ||
/// Enum defining the various marketing states. | ||
/// </summary> | ||
typedef enum XalMarketingState | ||
{ | ||
/// <summary>Existing user</summary> | ||
XalMarketingState_ExistingUser = 0, | ||
/// <summary>User went through account creation</summary> | ||
XalMarketingState_NewUser = 1, | ||
/// <summary>User went through account creation and saw the first party marketing notice</summary> | ||
XalMarketingState_NewUserFirstPartyNotice = 2, | ||
} XalMarketingState; | ||
|
||
STDAPI XalUserGetMarketingState( | ||
_In_ XalUserHandle user, | ||
_Out_ XalMarketingState* marketingState | ||
) noexcept; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.