Collegamento al computer SDO

Con il puntatore di interfaccia restituito da CoCreateInstance, chiamare il metodo ISdoMachine::Attach . Passare NULL come parametro al metodo Attach . Il valore NULL specifica che Attach associa l'oggetto computer al computer locale. Il collegamento a un computer remoto non è supportato.

Per determinare se il computer locale è già collegato, chiamare il metodo ISdoMachine::GetAttachedComputer .

Vedere Collegamento a un computer SDO-Enabled per il codice di esempio che illustra come connettersi al computer locale.