Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the flags that identify the owner and ACL information to maintain when transferring a file using SMB.
Syntax
HRESULT GetFileACLFlags(
[out] DWORD *Flags
);
Parameters
[out] Flags
Flags that identify the owner and ACL information to maintain when transferring a file using SMB. Flags can contain any combination of the following flags. If no flags are set, Flags is zero.
Return value
This method returns the following HRESULT values, as well as others.
Return code | Description |
---|---|
|
Successfully retrieved the flags. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2,KB842773 on Windows Server 2003, and Windows XP |
Minimum supported server | Windows Server 2008, Windows Server 2003 with SP1 |
Target Platform | Windows |
Header | bits2_0.h (include Bits.h) |
Library | Bits.lib |
DLL | BitsPrx3.dll |