C# Class Microsoft.R.Host.Broker.NativeMethods

Mostra file Open project: Microsoft/RTVS

Public Methods

Method Description
IsWindowsServer ( ) : bool

Private Methods

Method Description
CredUIParseUserName ( string userName, StringBuilder user, int userMaxChars, StringBuilder domain, int domainMaxChars ) : uint
GetShortPathName ( string lpszLongPath, StringBuilder lpszShortPath, int cchBuffer ) : int
GetUserProfileDirectory ( IntPtr hToken, StringBuilder pszProfilePath, uint &cchProfilePath ) : bool
LogonUser ( string lpszUsername, string lpszDomain, string lpszPassword, int dwLogonType, int dwLogonProvider, IntPtr &phToken ) : bool
VerSetConditionMask ( ulong dwlConditionMask, uint dwTypeBitMask, byte dwConditionMask ) : ulong
VerifyVersionInfo ( [ lpVersionInfo, uint dwTypeMask, ulong dwlConditionMask ) : bool

Method Details

IsWindowsServer() public static method

public static IsWindowsServer ( ) : bool
return bool