UserInfo.h
Go to the documentation of this file.
1 #pragma once
2 
15 CA_API UINT __stdcall GetUserInfo(MSIHANDLE hInstall);
16 
58 CA_API UINT __stdcall GetUserNameFormatted(MSIHANDLE hInstall);
59 
69 CA_API UINT __stdcall GetAccountSid(MSIHANDLE hInstall);
70 
89 CA_API UINT __stdcall TranslateNameFormatted(MSIHANDLE hInstall);
CA_API UINT __stdcall TranslateNameFormatted(MSIHANDLE hInstall)
Translate an account name to a specific format.
Definition: UserInfo.cpp:79
CA_API UINT __stdcall GetUserNameFormatted(MSIHANDLE hInstall)
Get current user name in a specific format.
Definition: UserInfo.cpp:43
#define CA_API
Definition: CaDeclSpecs.h:8
CA_API UINT __stdcall GetUserInfo(MSIHANDLE hInstall)
Get current user information, including SID and DNS name.
Definition: UserInfo.cpp:25
CA_API UINT __stdcall GetAccountSid(MSIHANDLE hInstall)
Looks up the account and returns the SID.
Definition: UserInfo.cpp:57


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com