CeSetFileAttributes (rapi)
Last changed: anonymous

.
Summary
Sets the attributes for a file on the Windows CE device.

C# Signature:

    [DllImport("rapi.dll", CharSet=CharSet.Unicode)]
    public static extern int CeSetFileAttributes(string lpPathName, System.IO.FileAttributes dwAttributes);

VB Signature:

Declare Function CeSetFileAttributes Lib "rapi.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

Microsoft doc link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeSetFileAttributesRAPI.asp

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation