NWADOpenStatus
Contains the audit status information for a specified container or volume
typedef struct
{
nuint32 auditingStatus ;
nuint32 isTrustedNetWare ;
nuint32 trustedNetWareStatus ;
nuint32 reserved1 ;
nuint32 reserved2 ;
nuint32 reserved3 ;
nuint32 reserved4 ;
} NWADOpenStatus;
uses audwin32
NWADOpenStatus = packed Record
auditingStatus : nuint32;
isTrustedNetWare : nuint32;
trustedNetWareStatus : nuint32;
reserved1 : nuint32;
reserved2 : nuint32;
reserved3 : nuint32;
reserved4 : nuint32
End;
|
0 |
Passwords Allowed Field: If the bit is 1, the server has the set parameter Allow Audit Passwords set to ON. |
|
1 |
For Containers Audit File Full Field: If the bit is 1, the audit file is full. Reset the audit file and the auditing system will automatically put audit records into the new file. For Volumes Volume Restart Flag Field: If the bit is 1, the volume switch table has been replaced with the audit volume switch table. Reset the audit file and call NWADRestartVolumeAuditing to allow the auditing system to automatically put audit records into the new file. |
|
All other bits are reserved. |