Microsoft.Win32.Win32Native.GetFileAttributesEx C# (CSharp) Method

GetFileAttributesEx() private method

private GetFileAttributesEx ( String name, int fileInfoLevel, WIN32_FILE_ATTRIBUTE_DATA &lpFileInformation ) : bool
name String
fileInfoLevel int
lpFileInformation WIN32_FILE_ATTRIBUTE_DATA
return bool
        internal static extern bool GetFileAttributesEx(String name, int fileInfoLevel, ref WIN32_FILE_ATTRIBUTE_DATA lpFileInformation);