Unit 'ldap' Package
[Overview][Constants][Types][Procedures and functions][Index] [#ldap]

LDAPMod

Declaration

Source position: ldaph.inc line 548

type LDAPMod = record

  mod_op: cint;

  mod_type: pcchar;

  case cint of

    0: (

        mod_vals: record

          case cint of

            0: (

                modv_strvals: ppcchar;

              );

            1: (

                modv_bvals: PPBerval;

              );

        end;

      );

    1: (

        case cint of

          0: (

              mod_values: ppcchar;

            );

          1: (

              mod_bvalues: PPBerval;

            );

      );

end;


Documentation generated on: 2023-03-18