Unit 'JwaAdtGen' Package
[Overview][Constants][Types][Procedures and functions][Index] [#winunits-jedi]

_AUDIT_PARAM

Declaration

Source position: jwaadtgen.pas line 297

type _AUDIT_PARAM = record

  Type_: AUDIT_PARAM_TYPE;

  Length: ULONG;

  Flags: DWORD;

  U: record

    case Integer of

      0: (

          Data0: ULONG_PTR;

        );

      1: (

          String_: PWSTR;

        );

      2: (

          u: ULONG_PTR;

        );

      3: (

          psid: PSid;

        );

      4: (

          pguid: LPGUID;

        );

      5: (

          LogonId_LowPart: ULONG;

        );

      6: (

          pObjectTypes: PAUDIT_OBJECT_TYPES;

        );

  end;

  case Integer of

    0: (

        Data1: ULONG_PTR;

      );

    1: (

        LogonId_HighPart: LONG;

      );

end;


Documentation generated on: 2023-03-18