Пример #1
0
 public static extern SlpError Reg(SlpHandle hSlp, string pcSrvURL, UInt16 usLifetime, string pcSrvType, string pcAttrs, SlpBoolean fresh, SlpSharp.RegReport callback, IntPtr pvCookie);
Пример #2
0
 public static extern SlpError FindSrvs(SlpHandle hSlp, string pcServiceType, string pcScopeType, string pcSearchFilter, SlpSharp.SrvURLCallback callback, IntPtr pvCookie);
Пример #3
0
 public static extern SlpError FindSrvTypes(SlpHandle hSlp, string pcNamingAuthority, string pcScopeList, SlpSharp.SrvTypeCallback callback, IntPtr pvCookie);
Пример #4
0
 public static extern SlpError FindAttrs(SlpHandle hSlp, string pcURLOrServiceType, string pcScopeList, string pcAttrIds, SlpSharp.AttrCallback callback, IntPtr pvCookie);