/*********************************************************
- * Copyright (C) 2011-2017 VMware, Inc. All rights reserved.
+ * Copyright (C) 2011-2018 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
char **userName); // OUT
#ifdef _WIN32
+/*
+ * Special accessor functions for Windows to set and get user and
+ * profile handles.
+ */
+
VGAuthError VGAuth_UserHandleAccessToken(VGAuthContext *ctx,
VGAuthUserHandle *handle,
HANDLE *authToken);
+
+VGAuthError VGAuth_UserHandleGetUserProfile(VGAuthContext *ctx,
+ VGAuthUserHandle *handle,
+ HANDLE *hProfile);
+
+VGAuthError VGAuth_UserHandleSetUserProfile(VGAuthContext *ctx,
+ VGAuthUserHandle *handle,
+ HANDLE hProfile);
#endif