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

_WINDOWS_IAS_SET

Declaration

Source position: jwaaf_irda.pas line 329

type _WINDOWS_IAS_SET = record

  irdaClassName: array [0..IAS_MAX_CLASSNAME-1] of Char;

  irdaAttribName: array [0..IAS_MAX_ATTRIBNAME-1] of Char;

  irdaAttribType: u_long;

  case Integer of

    0: (

        irdaAttribInt: LongInt;

      );

    1: (

        Len: u_short;

        OctetSeq: array [0..IAS_MAX_OCTET_STRING-1] of u_char;

      );

    2: (

        Len_: u_char;

        CharSet: u_char;

        UsrStr: array [0..IAS_MAX_USER_STRING-1] of u_char;

      );

end;


Documentation generated on: 2023-03-18