Discuss this help topic in SecureBlackbox Forum

TElSocket.LoadIPv6Proc

TElSocket     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This is a service method.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    class function LoadIPv6Proc(ProcName: string; out Proc: Pointer; var WinsockUsed: Integer; var Wship6Used: Integer): Boolean;

[C++]
    static bool LoadIPv6Proc(const std::string &ProcName, void * &Proc, int32_t &WinsockUsed, int32_t &Wship6Used);

[PHP]
    bool LoadIPv6Proc(string $ProcName, TSBPointer $Proc, integer &$WinsockUsed, integer &$Wship6Used)

[Java]
    not available

Parameters

  • ProcName -
  • Proc -
  • WinsockUsed -
  • Wship6Used -

Description

    This is a service method.

Discuss this help topic in SecureBlackbox Forum