Skip to content

Latest commit

 

History

History
122 lines (89 loc) · 3.55 KB

ne-adtgen-audit_param_type.md

File metadata and controls

122 lines (89 loc) · 3.55 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:adtgen._AUDIT_PARAM_TYPE
AUDIT_PARAM_TYPE (adtgen.h)
Defines the type of audit parameters that are available.
APT_Guid
APT_Int64
APT_IpAddress
APT_LogonId
APT_LogonIdWithSid
APT_Luid
APT_None
APT_ObjectTypeList
APT_Pointer
APT_Sid
APT_String
APT_Time
APT_Ulong
AUDIT_PARAM_TYPE
AUDIT_PARAM_TYPE enumeration [Security]
adtgen/APT_Guid
adtgen/APT_Int64
adtgen/APT_IpAddress
adtgen/APT_LogonId
adtgen/APT_LogonIdWithSid
adtgen/APT_Luid
adtgen/APT_None
adtgen/APT_ObjectTypeList
adtgen/APT_Pointer
adtgen/APT_Sid
adtgen/APT_String
adtgen/APT_Time
adtgen/APT_Ulong
adtgen/AUDIT_PARAM_TYPE
security.audit_param_type
security\audit_param_type.htm
security
1ECC866A-2DD3-4EE4-B2CC-7F5ADF7FFC99
12/05/2018
APT_Guid, APT_Int64, APT_IpAddress, APT_LogonId, APT_LogonIdWithSid, APT_Luid, APT_None, APT_ObjectTypeList, APT_Pointer, APT_Sid, APT_String, APT_Time, APT_Ulong, AUDIT_PARAM_TYPE, AUDIT_PARAM_TYPE enumeration [Security], adtgen/APT_Guid, adtgen/APT_Int64, adtgen/APT_IpAddress, adtgen/APT_LogonId, adtgen/APT_LogonIdWithSid, adtgen/APT_Luid, adtgen/APT_None, adtgen/APT_ObjectTypeList, adtgen/APT_Pointer, adtgen/APT_Sid, adtgen/APT_String, adtgen/APT_Time, adtgen/APT_Ulong, adtgen/AUDIT_PARAM_TYPE, security.audit_param_type
adtgen.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
AUDIT_PARAM_TYPE
19H1
_AUDIT_PARAM_TYPE
adtgen/_AUDIT_PARAM_TYPE
AUDIT_PARAM_TYPE
adtgen/AUDIT_PARAM_TYPE
c++
APIRef
kbSyntax
HeaderDef
Adtgen.h
AUDIT_PARAM_TYPE

AUDIT_PARAM_TYPE enumeration

-description

The AUDIT_PARAM_TYPE enumeration defines the type of audit parameters that are available.

-enum-fields

-field APT_None

No audit options.

-field APT_String

A string that terminates with NULL.

-field APT_Ulong

An unsigned long.

-field APT_Pointer

A pointer that is used to specify handles and pointers. These are 32-bit on 32-bit systems and 64-bit on 64-bit systems. Use this option when you are interested in the absolute value of the pointer. The memory to which the pointer points is not marshaled when using this type.

-field APT_Sid

The security identifier (SID).

-field APT_LogonId

The logon identifier (LUID) that results in three output parameters:

  • Account name
  • Authority name
  • LogonID""

-field APT_ObjectTypeList

Object type list.

-field APT_Luid

LUID that is not translated to LogonId.

-field APT_Guid

GUID.

-field APT_Time

Time as FILETIME.

-field APT_Int64

ULONGLONG.

-field APT_IpAddress

IP Address (IPv4 and IPv6). This logs the address as the first parameter and the port as the second parameter. You must ensure that two entries are added in the event message file. You should ensure that the buffer size is 128 bytes.

-field APT_LogonIdWithSid

Logon ID with SID that results in four output parameters:

  • SID
  • Account name
  • Authority name
  • LogonID