[C#/Java]
event GSSIndicateMechsMethod indicate_mechs;
delegate int GSSIndicateMechsMethod(ref int minor_status, ref IntPtr mech_set);
[VB.NET]
Event indicate_mechs As GSSIndicateMechsMethod
Delegate Function GSSIndicateMechsMethod(ByRef minor_status As Integer, ByRef mech_set As IntPtr) As Integer