ConnectCommand constructor

ConnectCommand(
  1. int hContext,
  2. String szReader,
  3. int dwShareMode,
  4. int dwPreferredProtocols,
)

Implementation

ConnectCommand(this.hContext, this.szReader, this.dwShareMode, this.dwPreferredProtocols);