DOS/32 Advanced DOS Extender - Programmer's Reference


3.38 - DOS function 7143h - Win95 LFN Get/Set File Attributes

 

In:

AX = 7143h
BL = action

00h - get attributes
01h - set attributes

if BL = 01h, ECX = file attributes
DS:EDX = pointer to ASCIIZ long filename

Out:

if successful:
CF clear
if BL=00h, ECX = file attributes

if failed:
CF set
EAX = DOS error code

Notes:

a) Only the first two subfunctions (actions) are supported by this function, BL=00h and BL=01h.

 


Copyright © DOS/32 Advanced Team 1996-2002
All Rights Reserved