C# Class NetIde.Setup.Support.NativeMethods

Show file Open project: netide/netide

Public Methods

Method Description
GetPkey ( PropertyStoreProperty property ) : NativeMethods.PKEY
SHGetFolderPath ( IntPtr hwndOwner, SpecialFolderCSIDL nFolder, IntPtr hToken, uint dwFlags ) : string

Private Methods

Method Description
AllowSetForegroundWindow ( int dwProcessId ) : bool
EnableMenuItem ( IntPtr hMenu, int wIDEnableItem, int wEnable ) : int
GetDiskFreeSpaceEx ( string lpDirectoryName, ulong &lpFreeBytesAvailable, ulong &lpTotalNumberOfBytes, ulong &lpTotalNumberOfFreeBytes ) : bool
GetSystemMenu ( IntPtr hWnd, bool bRevert ) : IntPtr
PropVariantClear ( PROPVARIANT pvar ) : int
SHGetFolderPath ( IntPtr hwndOwner, int nFolder, IntPtr hToken, uint dwFlags, [ pszPath ) : int
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : IntPtr

Method Details

GetPkey() public static method

public static GetPkey ( PropertyStoreProperty property ) : NativeMethods.PKEY
property PropertyStoreProperty
return NativeMethods.PKEY

SHGetFolderPath() public static method

public static SHGetFolderPath ( IntPtr hwndOwner, SpecialFolderCSIDL nFolder, IntPtr hToken, uint dwFlags ) : string
hwndOwner System.IntPtr
nFolder SpecialFolderCSIDL
hToken System.IntPtr
dwFlags uint
return string